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 | ???倚ч? | 0011111100111111001111111001100011011111100001001000100100111111 | 3f3f3f98df84893f |
EUC-JP | ???倚ч? | 0011111100111111001111111101000011100001101001111110100100111111 | 3f3f3fd0e1a7e93f |
UTF-8 | 嶺뚮뜃倚ч렟 | 1110111110100110101010111110101110011010101011101110101110011100100000111110010110000000100110101101000110000111111010111010000010011111 | efa6abeb9aaeeb9c83e5809ad187eba09f |
UHC | 嶺뚮뜃倚ч렟 | 111001111010110110001100111010111000110110000111111010111110111110101100111010011000111010110000 | e7ad8ceb8d87ebeface98eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)