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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 小?縟紆 | 10001111101011000011111111100011011101001110001011111100 | 8fac3fe374e2fc |
EUC-JP | 小?縟紆 | 10111110101011100011111111100101110101011110010011111110 | beae3fe5d5e4fe |
UTF-8 | 小숞縟紆 | 111001011011000010001111111011001000100010011110111001111011100010011111111001111011010010000110 | e5b08fec889ee7b89fe7b486 |
UHC | 小숞縟紆 | 1110000110110011100110011111101111101001101100101110100111100001 | e1b399fbe9b2e9e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)