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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | セヨ篠爾蒔 | 1011111011010110100011101100001010001110101000101000111010101010 | bed68ec28ea28eaa |
EUC-JP | セヨ篠爾蒔 | 10001110101111101000111011010110101111001100010010111100101001001011110010101100 | 8ebe8ed6bcc4bca4bcac |
UTF-8 | セヨ篠爾蒔 | 111011111011110110111110111011111011111010010110111001111010111110100000111001111000100010111110111010001001001010010100 | efbdbeefbe96e7afa0e788bee89294 |
UHC | ??篠爾蒔 | 0011111100111111111000011100011011101100101100111110001111001000 | 3f3fe1c6ecb3e3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)