To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 軏宅ぎ遏 | 1111101110110010100100011110111010000010101011001110011110011111 | fbb291ee82ace79f |
EUC-JP | 軏宅ぎ遏 | 100011111110000011011001110000101111000010100100101011101110111010100001 | 8fe0d9c2f0a4aeeea1 |
UTF-8 | 軏宅ぎ遏 | 111010001011101110001111111001011010111010000101111000111000000110001110111010011000000110001111 | e8bb8fe5ae85e3818ee9818f |
UHC | ?宅ぎ? | 001111111101001111101011101010101010111000111111 | 3fd3ebaaae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)