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 | 111000111110011110001100111001001010001001000010 | e3e78ce4a242 |
EUC-JP | 肅御「B | 11100110111010011011100011100110100011101010001001000010 | e6e9b8e68ea242 |
UTF-8 | 肅御「B | 11101000100000101000010111100101101111101010000111101111101111011010001001000010 | e88285e5bea1efbda242 |
UHC | 肅御?B | 111000101101110011100101110110010011111101000010 | e2dce5d93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)