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 | 逝筬盛 | 100100001100000011100010101010111001000010110111 | 90c0e2ab90b7 |
EUC-JP | 逝筬盛 | 110000001100001011100100101011011100000010111001 | c0c2e4adc0b9 |
UTF-8 | 逝筬盛 | 111010011000000010011101111001111010110110101100111001111001101110011011 | e9809de7adace79b9b |
UHC | 逝筬盛 | 111000001010011011100000111111101110000011111100 | e0a6e0fee0fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)