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 | 稔??搬? | 10010110101010110011111100111111100101001100000000111111 | 96ab3f3f94c03f |
EUC-JP | 稔??搬? | 11001100101011010011111100111111110010001100001000111111 | ccad3f3fc8c23f |
UTF-8 | 稔ㅹ렏搬렯 | 111001111010100010010100111000111000010110111001111010111010000010001111111001101001000010101100111010111010000010101111 | e7a894e385b9eba08fe690aceba0af |
UHC | 稔ㅹ렏搬렯 | 11101100111110011010010011101001100011101010010111011010111001101000111010111100 | ecf9a4e98ea5dae68ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)