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 | 鸚??遙 | 111010100101111100111111001111111110101010100001 | ea5f3f3feaa1 |
EUC-JP | 鸚??遙 | 111100111100000000111111001111111111010010100011 | f3c03f3ff4a3 |
UTF-8 | 鸚㎬굜遙 | 111010011011100010011010111000111000111010101100111010101011010110011100111010011000000110011001 | e9b89ae38eaceab59ce98199 |
UHC | 鸚㎬굜遙 | 1110010110100100101001111110100010000010100001001110100110101011 | e5a4a7e88284e9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)