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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 樂됀큚樂됀 | 111011111010011010111111111010111001000010000000111011011000000110011010111011111010011010111111111010111001000010000000 | efa6bfeb9080ed819aefa6bfeb9080 |
UHC | 樂됀큚樂됀 | 11101000111110011000100111000010101101000110100011101000111110011000100111000010 | e8f989c2b468e8f989c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)