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 | 冶??膺?Ⅹ | 100101101110100000111111001111111110010001011110001111111000011101011101 | 96e83f3fe45e3f875d |
EUC-JP | 冶??膺?? | 1100110011101010001111110011111111100111101111110011111100111111 | ccea3f3fe7bf3f3f |
UTF-8 | 冶싰퉩膺곻Ⅹ | 111001011000011010110110111011001000101110110000111011011000100110101001111010001000011010111010111010101011001110111011111000101000010110101001 | e586b6ec8bb0ed89a9e886baeab3bbe285a9 |
UHC | 冶싰퉩膺곻Ⅹ | 111001011010011110011010111010101011100110000001111010111110110010000001111011111010010110111001 | e5a79aeab981ebec81efa5b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)