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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 訟ョ^ | 100011111101011111111001110010101010111001011110 | 8fd7f9caae5e |
EUC-JP | 訟?ョ^ | 101111101101100100111111100011101010111001011110 | bed93f8eae5e |
UTF-8 | 訟ョ^ | 11101000101010001001111111101110100111001010010111101111101111011010111001011110 | e8a89fee9ca5efbdae5e |
UHC | 訟??^ | 1110000111101000001111110011111101011110 | e1e83f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)