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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?}?冀?^ | 0011111110000001011100000011111110011001011000100011111101011110 | 3f81703f99623f5e |
EUC-JP | ?}?冀?^ | 0011111110100001110100010011111111010001110000110011111101011110 | 3fa1d13fd1c33f5e |
UTF-8 | 룶}룵冀◈^ | 11101011101000111011011011101111101111011001110111101011101000111011010111100101100001101000000011100010100101111000100001011110 | eba3b6efbd9deba3b5e58680e297885e |
UHC | 룶}룵冀◈^ | 1000111110101011101000111111110110001111101010101101000011101101101000101100001001011110 | 8faba3fd8faad0eda2c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)