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 | 樂쒐ㅎ黎먫 | 111011111010011010111111111011001001001010010000111000111000010110001110111011111010011010001001111010111010100010101011 | efa6bfec9290e3858eefa689eba8ab |
UHC | 樂쒐ㅎ黎먫 | 11101000111110011001110011100111101001001011111011100110101100011001000011101000 | e8f99ce7a4bee6b190e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)