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 | 逝筬? | 1001000011000000111000101010101100111111 | 90c0e2ab3f |
EUC-JP | 逝筬? | 1100000011000010111001001010110100111111 | c0c2e4ad3f |
UTF-8 | 逝筬峀 | 111010011000000010011101111001111010110110101100111001011011001110000000 | e9809de7adace5b380 |
UHC | 逝筬峀 | 111000001010011011100000111111101110000111111100 | e0a6e0fee1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)