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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 禎臀屠 | 100100101111010111100100010111001001001101101010 | 92f5e45c936a |
EUC-JP | 禎臀屠 | 110001001111011111100111101111011100010111001011 | c4f7e7bdc5cb |
UTF-8 | 禎臀屠 | 111001111010011010001110111010001000011110000000111001011011000110100000 | e7a68ee88780e5b1a0 |
UHC | 禎臀屠 | 111011111110111011010100111010111101001111110101 | efeed4ebd3f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)