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 | 錫??^ | 1000111011100000001111110011111101011110 | 8ee03f3f5e |
EUC-JP | 錫??^ | 1011110011100010001111110011111101011110 | bce23f3f5e |
UTF-8 | 錫卨卨^ | 11101001100011001010101111100101100011011010100011100101100011011010100001011110 | e98cabe58da8e58da85e |
UHC | 錫卨卨^ | 11100000101110001110000011011001111000001101100101011110 | e0b8e0d9e0d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)