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 | 昌ッ鴫 | 1000111110111001101011111000111010110000 | 8fb9af8eb0 |
EUC-JP | 昌ッ鴫 | 101111101011101110001110101011111011110010110010 | bebb8eafbcb2 |
UTF-8 | 昌ッ鴫 | 111001101001100010001100111011111011110110101111111010011011010010101011 | e6988cefbdafe9b4ab |
UHC | 昌?? | 11110011111000110011111100111111 | f3e33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)