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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?服擘?然? | 001111111001010110011110100111011010010000111111100100010101001000111111 | 3f959e9da43f91523f |
EUC-JP | ?服擘?然? | 001111111100100111111110110110101010011000111111110000011011001100111111 | 3fc9fedaa63fc1b33f |
UTF-8 | 뤮服擘璉然璉 | 111010111010010010101110111001101001110010001101111001101001001110011000111011111010011010010100111001111000010010110110111011111010011010010100 | eba4aee69c8de69398efa694e784b6efa694 |
UHC | 뤮服擘璉然璉 | 100011111101110011011100110101111101101111111011111001101101100111100110110101001110011011011001 | 8fdcdcd7dbfbe6d9e6d4e6d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)