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 | àêä¬Ûý | 111000001110101011100100101011001101101111111101 | e0eae4acdbfd |
SJIS-WIN | ???¬?? | 00111111001111110011111110000001110010100011111100111111 | 3f3f3f81ca3f3f |
EUC-JP | àêä¬Ûý | 1000111110101011101000101000111110101011101101001000111110101011101000111010001011001100100011111010101011100101100011111010101111110010 | 8faba28fabb48faba3a2cc8faae58fabf2 |
UTF-8 | àêä¬Ûý | 110000111010000011000011101010101100001110100100110000101010110011000011100110111100001110111101 | c3a0c3aac3a4c2acc39bc3bd |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)