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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 祭攀??飄 | 1000110111010101100111011011001100111111001111111110100101000111 | 8dd59db33f3fe947 |
EUC-JP | 祭攀??飄 | 1011101011010111110110101011010100111111001111111111000110101000 | bad7dab53f3ff1a8 |
UTF-8 | 祭攀렖궐飄 | 111001111010010110101101111001101001010010000000111010111010000010010110111010101011011010010000111010011010001110000100 | e7a5ade69480eba096eab690e9a384 |
UHC | 祭攀렖궐飄 | 11110000101011101101101011100111100011101010101110110001110010001111100011111101 | f0aedae78eabb1c8f8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)