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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 源??紗?? | 1000110010111001001111110011111110001110110100010011111100111111 | 8cb93f3f8ed13f3f |
EUC-JP | 源?荑紗?? | 10111000101110110011111110001111110101111111100110111100110100110011111100111111 | b8bb3f8fd7f9bcd33f3f |
UTF-8 | 源렋荑紗렫렫 | 111001101011101010010000111010111010000010001011111010001000110110010001111001111011010010010111111010111010000010101011111010111010000010101011 | e6ba90eba08be88d91e7b497eba0abeba0ab |
UHC | 源렋荑紗렫렫 | 111010101011100110001110101000101110110010111111110111101110100110001110101110011000111010111001 | eab98ea2ecbfdee98eb98eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)