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 | 譟碑シ暮箕 | 111001101001111110010100111010001011110010010101111010011001011010100101 | e69f94e8bc95e996a5 |
EUC-JP | 譟碑シ暮箕 | 11101100101000011100100011101010100011101011110011001010111010111100110010100111 | eca1c8ea8ebccaebcca7 |
UTF-8 | 譟碑シ暮箕 | 111010001010110110011111111001111010001010010001111011111011110110111100111001101001101010101110111001111010111010010101 | e8ad9fe7a291efbdbce69aaee7ae95 |
UHC | ?碑?暮箕 | 0011111111011101111110000011111111011001101110101101000110111001 | 3fddf83fd9bad1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)