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 | 冶??純?? | 1001011011101000001111110011111110001111100000110011111100111111 | 96e83f3f8f833f3f |
EUC-JP | 冶??純?? | 1100110011101010001111110011111110111101111000110011111100111111 | ccea3f3fbde33f3f |
UTF-8 | 冶먪릊純쒏첀 | 111001011000011010110110111010111010100010101010111010111010011010001010111001111011010010010100111011001001001010001111111011001011001010000000 | e586b6eba8aaeba68ae7b494ec928fecb280 |
UHC | 冶먪릊純쒏첀 | 111001011010011110010000111001111011100010101011111000101110110110011100111001101010101010001101 | e5a790e7b8abe2ed9ce6aa8d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)