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 | 塋???也 | 10011010110010000011111100111111001111111001011011100111 | 9ac83f3f3f96e7 |
EUC-JP | 塋???也 | 11010100110010100011111100111111001111111100110011101001 | d4ca3f3f3fcce9 |
UTF-8 | 塋렧댲뗼也 | 111001011010000110001011111010111010000010100111111010111000110010110010111010111001011110111100111001001011100110011111 | e5a18beba0a7eb8cb2eb97bce4b99f |
UHC | 塋렧댲뗼也 | 11100111101010111000111010110110100010001101010110001011111110111110010110100101 | e7ab8eb688d58bfbe5a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)