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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 爰??? | 1110000010100111001111110011111100111111 | e0a73f3f3f |
EUC-JP | 爰??? | 1110000010101001001111110011111100111111 | e0a93f3f3f |
UTF-8 | 爰렢롈렲 | 111001111000100010110000111010111010000010100010111010111010000110001000111010111010000010110010 | e788b0eba0a2eba188eba0b2 |
UHC | 爰렢롈렲 | 1110101010111010100011101011001110001110110011101000111010111111 | eaba8eb38ece8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)