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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 甕??h | 1110000101010000001111110011111101101000 | e1503f3f68 |
EUC-JP | 甕??h | 1110000110110001001111110011111101101000 | e1b13f3f68 |
UTF-8 | 甕잞쉔h | 11100111100101001001010111101100100111101001111011101100100010011001010001101000 | e79495ec9e9eec899468 |
UHC | 甕잞쉔h | 11101000101110001001111111101111101111011010100001101000 | e8b89fefbda868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)