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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
SJIS-WIN | 吾??A | 1000110011100001001111110011111101000001 | 8ce13f3f41 |
EUC-JP | 吾??A | 1011100011100011001111110011111101000001 | b8e33f3f41 |
UTF-8 | 吾듸슉A | 11100101100100001011111011101011100100111011100011101100100010101000100101000001 | e590beeb93b8ec8a8941 |
UHC | 吾듸슉A | 11100111111011101011010111101111101111011011010101000001 | e7eeb5efbdb541 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)