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 | 霍幄挙蒻 | 1110100010110111100110111110100010001011100100111110010011101000 | e8b79be88b93e4e8 |
EUC-JP | 霍幄挙蒻 | 1111000010111001110101101110101010110101111100111110100011101010 | f0b9d6eab5f3e8ea |
UTF-8 | 霍幄挙蒻 | 111010011001110010001101111001011011100110000100111001101000110010011001111010001001001010111011 | e99c8de5b984e68c99e892bb |
UHC | ?幄?蒻 | 001111111110010011000001001111111110010110110110 | 3fe4c13fe5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)