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 | 疫??訝?? | 1000100101110101001111110011111111100110011000100011111100111111 | 89753f3fe6623f3f |
EUC-JP | 疫??訝?? | 1011000111010110001111110011111111101011110000110011111100111111 | b1d63f3febc33f3f |
UTF-8 | 疫욥쎁訝딉풜 | 111001111001011010101011111011001001101010100101111011001000111010000001111010001010100010011101111010111001010010001001111011011001001010011100 | e796abec9aa5ec8e81e8a89deb9489ed929c |
UHC | 疫욥쎁訝딉풜 | 111001101011100110111111111010011001101110101011111001001011100010001010111011111011111010011111 | e6b9bfe99babe4b88aefbe9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)