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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 爭犁燠 | 111000001010010111100000101100111110000010011010 | e0a5e0b3e09a |
EUC-JP | 爭犁燠 | 111000001010011111100000101101011101111111111010 | e0a7e0b5dffa |
UTF-8 | 爭犁燠 | 111001111000100010101101111001111000101010000001111001111000011110100000 | e788ade78a81e787a0 |
UHC | 爭犁? | 1110111010110011110101111110000000111111 | eeb3d7e03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)