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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 袿抃熈怕 | 1110010111011101100111010101011011100000100001111001110010000110 | e5dd9d56e0879c86 |
EUC-JP | 袿抃熈怕 | 1110101011011111110110011011011111011111111001111101011111100110 | eadfd9b7dfe7d7e6 |
UTF-8 | 袿抃熈怕 | 111010001010001010111111111001101000101010000011111001111000011010001000111001101000000010010101 | e8a2bfe68a83e78688e68095 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)