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 | 悅??影? | 11111010101111010011111100111111100010010110010100111111 | fabd3f3f89653f |
EUC-JP | ???影? | 001111110011111100111111101100011100011000111111 | 3f3f3fb1c63f |
UTF-8 | 悅롲궋影텯 | 111001101000001010000101111010111010000110110010111010101011011010001011111001011011110110110001111011011000010110101111 | e68285eba1b2eab68be5bdb1ed85af |
UHC | 悅롲궋影텯 | 11100110111011011000111011101110100000101010001011100111101011111011011101000010 | e6ed8eee82a2e7afb742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)