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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 殮뽩뱢劣븀룉 | 111011111010011010100101111010111011110110101001111010111011000110100010111011111010011010011101111010111011100010000000111010111010001110001001 | efa6a5ebbda9ebb1a2efa69debb880eba389 |
UHC | 殮뽩뱢劣븀룉 | 111001101111100110010110111001011001001110001000111001101110101110111010111001111000111110001000 | e6f996e59388e6ebbae78f88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)