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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 蟻??Y | 1000101101100001001111110011111101011001 | 8b613f3f59 |
EUC-JP | 蟻??Y | 1011010111000010001111110011111101011001 | b5c23f3f59 |
UTF-8 | 蟻깅ㅋY | 11101000100111111011101111101010101110011000010111100011100001011000101101011001 | e89fbbeab985e3858b59 |
UHC | 蟻깅ㅋY | 11101011111111001011000111101011101001001011101101011001 | ebfcb1eba4bb59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)