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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蜃句炎蠍コ | 111001011000011110001011111001011000100110001010111001011011011010111010 | e5878be5898ae5b6ba |
EUC-JP | 蜃句炎蠍コ | 11101001111001111011011011100111101100011110101011101010101110001000111010111010 | e9e7b6e7b1eaeab88eba |
UTF-8 | 蜃句炎蠍コ | 111010001001110010000011111001011000111110100101111001111000001010001110111010001010000010001101111011111011110110111010 | e89c83e58fa5e7828ee8a08defbdba |
UHC | 蜃句炎?? | 1110001111110001110011111010001111100110111110100011111100111111 | e3f1cfa3e6fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)