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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 惑砌v惑砌vB | 1001100001100110111000011110010001110110100110000110011011100001111001000111011001000010 | 9866e1e4769866e1e47642 |
EUC-JP | 惑砌v惑砌vB | 1100111111000111111000101110011001110110110011111100011111100010111001100111011001000010 | cfc7e2e676cfc7e2e67642 |
UTF-8 | 惑砌v惑砌vB | 111001101000001110010001111001111010000010001100011101101110011010000011100100011110011110100000100011000111011001000010 | e68391e7a08c76e68391e7a08c7642 |
UHC | 惑?v惑?vB | 111110111110001100111111011101101111101111100011001111110111011001000010 | fbe33f76fbe33f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)