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 | ?F?? | 00111111010001100011111100111111 | 3f463f3f |
SJIS-WIN | 涌F涌鱆 | 10010111010011110100011010010111010011111110100111100001 | 974f46974fe9e1 |
EUC-JP | 涌F涌鱆 | 11001101101100000100011011001101101100001111001011100011 | cdb046cdb0f2e3 |
UTF-8 | 涌F涌鱆 | 11100110101101101000110001000110111001101011011010001100111010011011000110000110 | e6b68c46e6b68ce9b186 |
UHC | 涌F涌? | 111010011011111101000110111010011011111100111111 | e9bf46e9bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)