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 | 億??艤η? | 100010011010110100111111001111111110010001111110100000111100010100111111 | 89ad3f3fe47e83c53f |
EUC-JP | 億??艤η? | 101100101010111100111111001111111110011111011111101001101100011100111111 | b2af3f3fe7dfa6c73f |
UTF-8 | 億덈베艤η댆 | 1110010110000100100001001110101110001101100010001110101110110010101000001110100010001001101001001100111010110111111010111000110010000110 | e58484eb8d88ebb2a0e889a4ceb7eb8c86 |
UHC | 億덈베艤η댆 | 111001011110001010001000111010111011101010100011111010111111101010100101111001111000100010110000 | e5e288ebbaa3ebfaa5e788b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)