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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ???絶??^ | 0011111100111111001111111001000011100010001111110011111101011110 | 3f3f3f90e23f3f5e |
EUC-JP | ???絶??^ | 0011111100111111001111111100000011100100001111110011111101011110 | 3f3f3fc0e43f3f5e |
UTF-8 | 禮딁떣絶잞푻^ | 11101111101001101011011011101011100101001000000111101011100101101010001111100111101101011011011011101100100111101001111011101101100100011011101101011110 | efa6b6eb9481eb96a3e7b5b6ec9e9eed91bb5e |
UHC | 禮딁떣絶잞푻^ | 11100111110111111000101011100111100010111011011111101111101111101001111111101111101111101000011101011110 | e7df8ae78bb7efbe9fefbe875e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)