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 | ?栖?^ | 0011111110010000101100100011111101011110 | 3f90b23f5e |
EUC-JP | ?栖?^ | 0011111111000000101101000011111101011110 | 3fc0b43f5e |
UTF-8 | 뚸栖뱊^ | 11101011100110101011100011100110101000001001011011101011101100011000101001011110 | eb9ab8e6a096ebb18a5e |
UHC | 뚸栖뱊^ | 10001100111101001101111111110111100100110110111001011110 | 8cf4dff7936e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)