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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霍悟臆趺 | 1110100010110111100011001110010110001001101100001110011011100101 | e8b78ce589b0e6e5 |
EUC-JP | 霍悟臆趺 | 1111000010111001101110001110011110110010101100101110110011100111 | f0b9b8e7b2b2ece7 |
UTF-8 | 霍悟臆趺 | 111010011001110010001101111001101000001010011111111010001000011110000110111010001011011010111010 | e99c8de6829fe88786e8b6ba |
UHC | ?悟臆趺 | 00111111111001111111011011100101111001101101110110111010 | 3fe7f6e5e6ddba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)