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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 語?語?^ | 10001100111010100011111110001100111010100011111101011110 | 8cea3f8cea3f5e |
EUC-JP | 語?語?^ | 10111000111011000011111110111000111011000011111101011110 | b8ec3fb8ec3f5e |
UTF-8 | 語쭰語쭰^ | 11101000101010101001111011101100101011011011000011101000101010101001111011101100101011011011000001011110 | e8aa9eecadb0e8aa9eecadb05e |
UHC | 語쭰語쭰^ | 111001011101111010101000010001001110010111011110101010000100010001011110 | e5dea844e5dea8445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)