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 | 佞榻j噎薹麼 | 100110110100001110011110110011101000001010001010100110100111100011100101010101101001101111110101 | 9b439ece828a9a78e5569bf5 |
EUC-JP | 佞榻j噎薹麼 | 110101011010010011011100110100001010001111101010110100111101100111101001101101111101011011110111 | d5a4dcd0a3ead3d9e9b7d6f7 |
UTF-8 | 佞榻j噎薹麼 | 111001001011110110011110111001101010011010111011111011111011110110001010111001011001100110001110111010001001011010111001111010011011101010111100 | e4bd9ee6a6bbefbd8ae5998ee896b9e9babc |
UHC | ?榻j??? | 0011111111110111101101001010001111101010001111110011111100111111 | 3ff7b4a3ea3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)