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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 壯??梧?? | 1001101011100001001111110011111110001100111001100011111100111111 | 9ae13f3f8ce63f3f |
EUC-JP | 壯??梧?? | 1101010011100011001111110011111110111000111010000011111100111111 | d4e33f3fb8e83f3f |
UTF-8 | 壯몌숴梧€맑 | 111001011010001110101111111010111010101010001100111011001000100010110100111001101010001010100111111000101000001010101100111010111010011110010001 | e5a3afebaa8cec88b4e6a2a7e282aceba791 |
UHC | 壯몌숴梧€맑 | 111011011110000010111000111011111011110110100100111001111111110010100010111001101011100010111100 | ede0b8efbda4e7fca2e6b8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)