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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瓦??葯? | 10001010101000100011111100111111111001001101111000111111 | 8aa23f3fe4de3f |
EUC-JP | 瓦??葯? | 10110100101001000011111100111111111010001110000000111111 | b4a43f3fe8e03f |
UTF-8 | 瓦싩떁葯츭 | 111001111001001110100110111011001000101110101001111010111001011010000001111010001001000110101111111011001011100010101101 | e793a6ec8ba9eb9681e891afecb8ad |
UHC | 瓦싩떁葯츭 | 11101000101111111001101011100111100010111001011111100101101101011010111101000010 | e8bf9ae78b97e5b5af42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)