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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 村続村即B | 100100011011101010010001101100011001000110111010100100011010011001000010 | 91ba91b191ba91a642 |
EUC-JP | 村続村即B | 110000101011110011000010101100111100001010111100110000101010100001000010 | c2bcc2b3c2bcc2a842 |
UTF-8 | 村続村即B | 11100110100111011001000111100111101101101001101011100110100111011001000111100101100011011011001101000010 | e69d91e7b69ae69d91e58db342 |
UHC | 村?村?B | 11110101101111010011111111110101101111010011111101000010 | f5bd3ff5bd3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)