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 | 贈??意? | 10010001101000010011111100111111100010001101001100111111 | 91a13f3f88d33f |
EUC-JP | 贈??意? | 11000010101000110011111100111111101100001101010100111111 | c2a33f3fb0d53f |
UTF-8 | 贈곈횟意렯 | 111010001011010010001000111010101011001110001000111011011001101010011111111001101000010010001111111010111010000010101111 | e8b488eab388ed9a9fe6848feba0af |
UHC | 贈곈횟意렯 | 11110001111111001011000011101001110010001011110111101011111100101000111010111100 | f1fcb0e9c8bdebf28ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)