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 | 11100101010010011110000110011000111000001001000001000010 | e549e198e09042 |
EUC-JP | 薨癢熕B | 11101001101010101110000111111000110111111111000001000010 | e9aae1f8dff042 |
UTF-8 | 薨癢熕B | 11101000100101101010100011100111100110011010001011100111100001101001010101000010 | e896a8e799a2e7869542 |
UHC | 薨??B | 1111110110111100001111110011111101000010 | fdbc3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)