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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 繃膽薨B | 11100011011111011110010001011011111001010100100101000010 | e37de45be54942 |
EUC-JP | 繃膽薨B | 11100101110111101110011110111100111010011010101001000010 | e5dee7bce9aa42 |
UTF-8 | 繃膽薨B | 11100111101110011000001111101000100001101011110111101000100101101010100001000010 | e7b983e886bde896a842 |
UHC | 繃膽薨B | 11011101110111101101001111000101111111011011110001000010 | ddded3c5fdbc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)