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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 町?汨B | 100100101010110000111111100111111001000101000010 | 92ac3f9f9142 |
EUC-JP | 町?汨B | 110001001010111000111111110111011111000101000010 | c4ae3fddf142 |
UTF-8 | 町壘汨B | 11100111100101001011101011101111101001011000101011100110101100011010100001000010 | e794baefa58ae6b1a842 |
UHC | 町壘汨B | 11101111111010111101001011100100110011011110011101000010 | efebd2e4cde742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)