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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霙ャ顳 | 11110000111000011110100011000010101011001110100101000010 | f0e1e8c2ace942 |
EUC-JP | ?霙ャ顳 | 00111111111100001100010010001110101011001111000110100011 | 3ff0c48eacf1a3 |
UTF-8 | 霙ャ顳 | 111011101000001010100000111010011001110010011001111011111011110110101100111010011010000110110011 | ee82a0e99c99efbdace9a1b3 |
UHC | ?霙?? | 0011111111100111110011100011111100111111 | 3fe7ce3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)