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 | 丈セ写熙痔 | 100011111110010010111110100011101100101011101010101001001000111010100100 | 8fe4be8ecaeaa48ea4 |
EUC-JP | 丈セ写熙痔 | 10111110111001101000111010111110101111001100110011110100101001101011110010100110 | bee68ebebcccf4a6bca6 |
UTF-8 | 丈セ写熙痔 | 111001001011100010001000111011111011110110111110111001011000011010011001111001111000011010011001111001111001011110010100 | e4b888efbdbee58699e78699e79794 |
UHC | 丈??熙痔 | 1110110111011011001111110011111111111101111101111111011011000000 | eddb3f3ffdf7f6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)