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 | 塋????? | 10011010110010000011111100111111001111110011111100111111 | 9ac83f3f3f3f3f |
EUC-JP | 塋????? | 11010100110010100011111100111111001111110011111100111111 | d4ca3f3f3f3f3f |
UTF-8 | 塋뉛쉿樂뽪덱 | 111001011010000110001011111010111000100110011011111011001000100110111111111011111010011010111111111010111011110110101010111010111000110110110001 | e5a18beb899bec89bfefa6bfebbdaaeb8db1 |
UHC | 塋뉛쉿樂뽪덱 | 111001111010101110000111111011111011110110110010111010001111100110010110111001101011010110100110 | e7ab87efbdb2e8f996e6b5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)