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 | 螟壼キス襄乗 | 11100101101001001001101011100101101101111011110111100101111101011000111111100110 | e5a49ae5b7bde5f58fe6 |
EUC-JP | 螟壼キス襄乗 | 111010101010011011010100111001111000111010110111100011101011110111101010111101111011111011101000 | eaa6d4e78eb78ebdeaf7bee8 |
UTF-8 | 螟壼キス襄乗 | 111010001001111010011111111001011010001110111100111011111011110110110111111011111011110110111101111010001010010110000100111001001011100110010111 | e89e9fe5a3bcefbdb7efbdbde8a584e4b997 |
UHC | 螟???襄? | 1101100110101101001111110011111100111111111001011101000100111111 | d9ad3f3f3fe5d13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)