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 | ??〔 | 00111111001111111000000101101011 | 3f3f816b |
EUC-JP | ??〔 | 00111111001111111010000111001100 | 3f3fa1cc |
UTF-8 | 僚볟〔 | 111011111010011010111011111010111011001110011111111000111000000010010100 | efa6bbebb39fe38094 |
UHC | 僚볟〔 | 111010001110100010010011111001011010000110110010 | e8e893e5a1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)