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 | 縡?衣私?句 | 11100011011100010011111110001000110111111000111010000100001111111000101111100101 | e3713f88df8e843f8be5 |
EUC-JP | 縡?衣私?句 | 11100101110100100011111110110000111000011011101111100100001111111011011011100111 | e5d23fb0e1bbe43fb6e7 |
UTF-8 | 縡렕衣私렚句 | 111001111011100010100001111010111010000010010101111010001010000110100011111001111010011110000001111010111010000010011010111001011000111110100101 | e7b8a1eba095e8a1a3e7a781eba09ae58fa5 |
UHC | 縡렕衣私렚句 | 111011101010110110001110101010101110101111111101110111101110011110001110101011011100111110100011 | eead8eaaebfddee78eadcfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)