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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?訥? | 00111111111001100110001100111111 | 3fe6633f |
EUC-JP | ?訥? | 00111111111010111100010000111111 | 3febc43f |
UTF-8 | 뤊訥뫼 | 111010111010010010001010111010001010100010100101111010111010101110111100 | eba48ae8a8a5ebabbc |
UHC | 뤊訥뫼 | 100011111011101011010010111011011011100011111110 | 8fbad2edb8fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)