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 | 癲??宜h | 1110000110011111001111110011111110001011010110001000001010001000 | e19f3f3f8b588288 |
EUC-JP | 癲??宜h | 1110001010100001001111110011111110110101101110011010001111101000 | e2a13f3fb5b9a3e8 |
UTF-8 | 癲욌돃宜h | 111001111001100110110010111011001001101010001100111010111000111110000011111001011010111010011100111011111011110110001000 | e799b2ec9a8ceb8f83e5ae9cefbd88 |
UHC | 癲욌돃宜h | 11101111101001101001111011101011100010011001011011101011111100011010001111101000 | efa69eeb8996ebf1a3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)