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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瞠猴砒 | 111000011101001111100000110010111110000111100101 | e1d3e0cbe1e5 |
EUC-JP | 瞠猴砒 | 111000101101010111100000110011011110001011100111 | e2d5e0cde2e7 |
UTF-8 | 瞠猴砒 | 111001111001111010100000111001111000110010110100111001111010000010010010 | e79ea0e78cb4e7a092 |
UHC | ??砒 | 00111111001111111101110111110111 | 3f3fddf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)