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 | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 菴削洲h菴削 | 1110010010111101100011011110110110001111010001100110100011100100101111011000110111101101 | e4bd8ded8f4668e4bd8ded |
EUC-JP | 菴削洲h菴削 | 1110100010111111101110101110111110111101101001110110100011101000101111111011101011101111 | e8bfbaefbda768e8bfbaef |
UTF-8 | 菴削洲h菴削 | 11101000100011111011010011100101100010011000101011100110101101001011001001101000111010001000111110110100111001011000100110001010 | e88fb4e5898ae6b4b268e88fb4e5898a |
UHC | 菴削洲h菴削 | 1110010011100000110111101111101111110001101111010110100011100100111000001101111011111011 | e4e0defbf1bd68e4e0defb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)