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 | 鰈乂豐 | 111010011101010110011000101001111110011010110010 | e9d598a7e6b2 |
EUC-JP | 鰈乂豐 | 111100101101011111010000101010011110110010110100 | f2d7d0a9ecb4 |
UTF-8 | 鰈乂豐 | 111010011011000010001000111001001011100110000010111010001011000110010000 | e9b088e4b982e8b190 |
UHC | ?乂? | 00111111111001111101000100111111 | 3fe7d13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)