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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 碵寬 | 1111010011101001111000011111000111111010101010101111000111111011 | f4e9e1f1faaaf1fb |
EUC-JP | ?碵?? | 0011111111100010111100110011111100111111 | 3fe2f33f3f |
UTF-8 | 碵寬 | 111011101000111010011000111001111010001010110101111001011010111110101100111011101000010110110110 | ee8e98e7a2b5e5afacee85b6 |
UHC | ??寬? | 0011111100111111110011101011000000111111 | 3f3fceb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)