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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 冶??唯?┏ | 100101101110100000111111001111111001011101000010001111111000010010101100 | 96e83f3f97423f84ac |
EUC-JP | 冶??唯?┏ | 110011001110101000111111001111111100110110100011001111111010100010101110 | ccea3f3fcda33fa8ae |
UTF-8 | 冶싲떱唯뉑┏ | 111001011000011010110110111011001000101110110010111010111001011010110001111001011001010010101111111010111000100110010001111000101001010010001111 | e586b6ec8bb2eb96b1e594afeb8991e2948f |
UHC | 冶싲떱唯뉑┏ | 111001011010011110011010111010111011011010110111111010101110011010000111111001101010011010101110 | e5a79aebb6b7eae687e6a6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)