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 | 冶??椅?? | 1001011011101000001111110011111110001000110101100011111100111111 | 96e83f3f88d63f3f |
EUC-JP | 冶??椅?? | 1100110011101010001111110011111110110000110110000011111100111111 | ccea3f3fb0d83f3f |
UTF-8 | 冶싲톪椅좄뇛 | 111001011000011010110110111011001000101110110010111011011000011010101010111001101010010010000101111011001010001010000100111010111000011110011011 | e586b6ec8bb2ed86aae6a485eca284eb879b |
UHC | 冶싲톪椅좄뇛 | 111001011010011110011010111010111011011110000010111010111111010110100000111010001000011110000110 | e5a79aebb782ebf5a0e88786 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)