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 | ???t | 00111111001111110011111101110100 | 3f3f3f74 |
SJIS-WIN | 敖??t | 1001110111000010001111110011111101110100 | 9dc23f3f74 |
EUC-JP | 敖??t | 1101101011000100001111110011111101110100 | dac43f3f74 |
UTF-8 | 敖잞숯t | 11100110100101011001011011101100100111101001111011101100100010001010111101110100 | e69596ec9e9eec88af74 |
UHC | 敖잞숯t | 11100111111110011001111111101111101111011010000101110100 | e7f99fefbda174 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)