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 | ???乙? | 001111110011111100111111100010011011001100111111 | 3f3f3f89b33f |
EUC-JP | ???乙? | 001111110011111100111111101100101011010100111111 | 3f3f3fb2b53f |
UTF-8 | 驪낅뜆乙갃 | 111011111010011010000111111010111000001010000101111010111001110010000110111001001011100110011001111010101011000010000011 | efa687eb8285eb9c86e4b999eab083 |
UHC | 驪낅뜆乙갃 | 11100110101011111000010111101011100011011000100111101011111000001000000101000010 | e6af85eb8d89ebe08142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)