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 | 脛勾ゞ | 111000111111100010001100111110011000000101010101 | e3f88cf98155 |
EUC-JP | 脛勾ゞ | 111001101111101010111000111110111010000110110110 | e6fab8fba1b6 |
UTF-8 | 脛勾ゞ | 111010001000010010011011111001011000101110111110111000111000001010011110 | e8849be58bbee3829e |
UHC | 脛勾? | 1100110011101011110011101111111000111111 | ccebcefe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)