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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 沃o | 10010111100000001000001010001111 | 9780828f |
EUC-JP | 沃o | 11001101111000001010001111101111 | cde0a3ef |
UTF-8 | 沃o | 111001101011001010000011111011111011110110001111 | e6b283efbd8f |
UHC | 沃o | 11101000101010101010001111101111 | e8aaa3ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)