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 | 胝?件 | 1110001111110001001111111000110010001111 | e3f13f8c8f |
EUC-JP | 胝鰪件 | 11100110111100111000111111101011101101101011011111101111 | e6f38febb6b7ef |
UTF-8 | 胝鰪件 | 111010001000001110011101111010011011000010101010111001001011101110110110 | e8839de9b0aae4bbb6 |
UHC | ??件 | 00111111001111111100101111101100 | 3f3fcbec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)