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 | 箏?腸?? | 11100010101101010011111110010010101100000011111100111111 | e2b53f92b03f3f |
EUC-JP | 箏?腸?? | 11100100101101110011111111000100101100100011111100111111 | e4b73fc4b23f3f |
UTF-8 | 箏렫腸닻렡 | 111001111010111010001111111010111010000010101011111010001000010110111000111010111000101110111011111010111010000010100001 | e7ae8feba0abe885b8eb8bbbeba0a1 |
UHC | 箏렫腸닻렡 | 11101110101101001000111010111001111011011111001110110100111010011000111010110010 | eeb48eb9edf3b4e98eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)