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 | ????ε? | 00111111001111110011111100111111100000111100001100111111 | 3f3f3f3f83c33f |
EUC-JP | ????ε? | 00111111001111110011111100111111101001101100010100111111 | 3f3f3f3fa6c53f |
UTF-8 | 隸뉗뜾杻ε땔 | 1110111110100110101110001110101110001001100101111110101110011100101111101110111110100111100010001100111010110101111010111001010110010100 | efa6b8eb8997eb9cbeefa788ceb5eb9594 |
UHC | 隸뉗뜾杻ε땔 | 111001111110011010000111111011001000110110111001111010101111010010100101111001011011011010101010 | e7e687ec8db9eaf4a5e5b6aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)