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 | 癲??溢d | 1110000110011111001111110011111110001000111011001000001010000100 | e19f3f3f88ec8284 |
EUC-JP | 癲??溢d | 1110001010100001001111110011111110110000111011101010001111100100 | e2a13f3fb0eea3e4 |
UTF-8 | 癲뗣꺈溢d | 111001111001100110110010111010111001011110100011111010101011101010001000111001101011101010100010111011111011110110000100 | e799b2eb97a3eaba88e6baa2efbd84 |
UHC | 癲뗣꺈溢d | 11101111101001101000101111100011100000111010111111101100111011101010001111100100 | efa68be383afeceea3e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)