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 | 烝?艤?虞? | 111000000111111000111111111001000111111000111111100010111111000100111111 | e07e3fe47e3f8bf13f |
EUC-JP | 烝?艤?虞? | 110111111101111100111111111001111101111100111111101101101111001100111111 | dfdf3fe7df3fb6f33f |
UTF-8 | 烝렫艤렜虞렠 | 111001111000001110011101111010111010000010101011111010001000100110100100111010111010000010011100111010001001100110011110111010111010000010100000 | e7839deba0abe889a4eba09ce8999eeba0a0 |
UHC | 烝렫艤렜虞렠 | 111100011111011010001110101110011110101111111010100011101010111011101001111001011000111010110001 | f1f68eb9ebfa8eaee9e58eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)