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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | ?舌橈F | 001111111001000011100011100111101111010001000110 | 3f90e39ef446 |
EUC-JP | ?舌橈F | 001111111100000011100101110111001111011001000110 | 3fc0e5dcf646 |
UTF-8 | 뾸舌橈F | 11101011101111101011100011101000100010001000110011100110101010011000100001000110 | ebbeb8e8888ce6a98846 |
UHC | 뾸舌橈F | 10010111011110101110000011011111111010001111101001000110 | 977ae0dfe8fa46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)