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 | 001111111001111011110100100100001110001101000010 | 3f9ef490e342 |
EUC-JP | ?橈舌B | 001111111101110011110110110000001110010101000010 | 3fdcf6c0e542 |
UTF-8 | 쐛橈舌B | 11101100100100001001101111100110101010011000100011101000100010001000110001000010 | ec909be6a988e8888c42 |
UHC | 쐛橈舌B | 10011100100000011110100011111010111000001101111101000010 | 9c81e8fae0df42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)