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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 咫??逗?堤 | 100110100100000000111111001111111001000010000000001111111001001011100111 | 9a403f3f90803f92e7 |
EUC-JP | 咫??逗?堤 | 110100111010000100111111001111111011111111100000001111111100010011101001 | d3a13f3fbfe03fc4e9 |
UTF-8 | 咫띄렪逗쐽堤 | 111001011001001010101011111010111001110110000100111010111010000010101010111010011000000010010111111011001001000010111101111001011010000010100100 | e592abeb9d84eba0aae98097ec90bde5a0a4 |
UHC | 咫띄렪逗쐽堤 | 111100101010000110110110111001111000111010111000110101001110100010111110101000111111000010100111 | f2a1b6e78eb8d4e8bea3f0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)