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 | ???魚? | 001111110011111100111111100010111001101100111111 | 3f3f3f8b9b3f |
EUC-JP | ???魚? | 001111110011111100111111101101011111101100111111 | 3f3f3fb5fb3f |
UTF-8 | 廉뉛푻魚덨 | 111011111010011010100010111010111000100110011011111011011001000110111011111010011010110110011010111010111000110110101000 | efa6a2eb899bed91bbe9ad9aeb8da8 |
UHC | 廉뉛푻魚덨 | 11100110111101011000011111101111101111101000011111100101111000001000100101000010 | e6f587efbe87e5e08942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)