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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??舌^ | 0011111100111111100100001110001101011110 | 3f3f90e35e |
EUC-JP | ??舌^ | 0011111100111111110000001110010101011110 | 3f3fc0e55e |
UTF-8 | 손샵舌^ | 11101100100001101001000011101100100000111011010111101000100010001000110001011110 | ec8690ec83b5e8888c5e |
UHC | 손샵舌^ | 10111100110101011011110010100101111000001101111101011110 | bcd5bca5e0df5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)