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 | ???椅?? | 00111111001111110011111110001000110101100011111100111111 | 3f3f3f88d63f3f |
EUC-JP | ???椅?? | 00111111001111110011111110110000110110000011111100111111 | 3f3f3fb0d83f3f |
UTF-8 | 樂⑵뿪椅껈썿 | 111011111010011010111111111000101001000110110101111010111011111110101010111001101010010010000101111010101011101110001000111011001000110110111111 | efa6bfe291b5ebbfaae6a485eabb88ec8dbf |
UHC | 樂⑵뿪椅껈썿 | 111010001111100110101001111010001001011110101010111010111111010110000011111010011001101110101001 | e8f9a9e897aaebf583e99ba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)