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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 讌泌Η蜊ィ] | 11100110101001011001010011100101100000111010010111100101100011011010100001011101 | e6a594e583a5e58da85d |
EUC-JP | 讌泌Η蜊ィ] | 1110110010100111110010001110011110100110101001111110100111101101100011101010100001011101 | eca7c8e7a6a7e9ed8ea85d |
UTF-8 | 讌泌Η蜊ィ] | 111010001010111010001100111001101011001110001100110011101001011111101000100111001000101011101111101111011010100001011101 | e8ae8ce6b38cce97e89c8aefbda85d |
UHC | ?泌Η??] | 0011111111111001101100101010010111000111001111110011111101011101 | 3ff9b2a5c73f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)