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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 曜??節ゆ | 1001011101101010001111110011111110010000110111111000001011100100 | 976a3f3f90df82e4 |
EUC-JP | 曜??節ゆ | 1100110111001011001111110011111111000000111000011010010011100110 | cdcb3f3fc0e1a4e6 |
UTF-8 | 曜띄몱節ゆ | 111001101001101110011100111010111001110110000100111010111010101010110001111001111010111110000000111000111000001010000110 | e69b9ceb9d84ebaab1e7af80e38286 |
UHC | 曜띄몱節ゆ | 11101000111110001011011011100111100100011001101011101111101111011010101011100110 | e8f8b6e7919aefbdaae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)