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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 形怏形狎^ | 100011000110000010011100100010011000110001100000111000001011111001011110 | 8c609c898c60e0be5e |
EUC-JP | 形怏形狎^ | 101101111100000111010111111010011011011111000001111000001100000001011110 | b7c1d7e9b7c1e0c05e |
UTF-8 | 形怏形狎^ | 11100101101111011010001011100110100000001000111111100101101111011010001011100111100010111000111001011110 | e5bda2e6808fe5bda2e78b8e5e |
UHC | 形怏形狎^ | 111110111010000111100100111010001111101110100001111001001110010001011110 | fba1e4e8fba1e4e45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)