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 | 疫??墺?? | 1000100101110101001111110011111110011010110100100011111100111111 | 89753f3f9ad23f3f |
EUC-JP | 疫??墺?? | 1011000111010110001111110011111111010100110101000011111100111111 | b1d63f3fd4d43f3f |
UTF-8 | 疫욜뀸墺섉펵 | 111001111001011010101011111011001001101010011100111010111000000010111000111001011010001010111010111011001000010010001001111011011000111010110101 | e796abec9a9ceb80b8e5a2baec8489ed8eb5 |
UHC | 疫욜뀸墺섉펵 | 111001101011100110111111111001111000010110101110111001111111001010011000111001101011110010000110 | e6b9bfe785aee7f298e6bc86 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)