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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 褥λ?曄??B | 11100101111100011000001111001001001111111001111001000000001111110011111101000010 | e5f183c93f9e403f3f42 |
EUC-JP | 褥λ?曄??B | 11101010111100111010011011001011001111111101101110100001001111110011111101000010 | eaf3a6cb3fdba13f3f42 |
UTF-8 | 褥λ죱曄쒕젽B | 111010001010010010100101110011101011101111101100101000111011000111100110100110111000010011101100100100101001010111101100101000001011110101000010 | e8a4a5cebbeca3b1e69b84ec9295eca0bd42 |
UHC | 褥λ죱曄쒕젽B | 11101001101100111010010111101011101000011000110011100111101001011001110011101011101000001010111101000010 | e9b3a5eba18ce7a59ceba0af42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)