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 | 霍悟臆 | 111010001011011110001100111001011000100110110000 | e8b78ce589b0 |
EUC-JP | 霍悟臆 | 111100001011100110111000111001111011001010110010 | f0b9b8e7b2b2 |
UTF-8 | 霍悟臆 | 111010011001110010001101111001101000001010011111111010001000011110000110 | e99c8de6829fe88786 |
UHC | ?悟臆 | 0011111111100111111101101110010111100110 | 3fe7f6e5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)