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 | 佇?┏醍? | 1001100011001000001111111000010010101100100100011110011100111111 | 98c83f84ac91e73f |
EUC-JP | 佇?┏醍? | 1101000011001010001111111010100010101110110000101110100100111111 | d0ca3fa8aec2e93f |
UTF-8 | 佇쇔┏醍렋 | 111001001011110110000111111011001000011110010100111000101001010010001111111010011000011010001101111010111010000010001011 | e4bd87ec8794e2948fe9868deba08b |
UHC | 佇쇔┏醍렋 | 11101110101101111011110011100101101001101010111011110000101101011000111010100010 | eeb7bce5a6aef0b58ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)