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 | 100011001100111000111111011101101000110011001110001111110111011001000010 | 8cce3f768cce3f7642 |
EUC-JP | 湖?v湖?vB | 101110001101000000111111011101101011100011010000001111110111011001000010 | b8d03f76b8d03f7642 |
UTF-8 | 湖쌨v湖쌨vB | 111001101011100110010110111011001000110010101000011101101110011010111001100101101110110010001100101010000111011001000010 | e6b996ec8ca876e6b996ec8ca87642 |
UHC | 湖쌨v湖쌨vB | 1111101111001001101111011101111001110110111110111100100110111101110111100111011001000010 | fbc9bdde76fbc9bdde7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)