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 | 漬???壕 | 10010010110100000011111100111111001111111000110110001000 | 92d03f3f3f8d88 |
EUC-JP | 漬?勖?壕 | 110001001101001000111111100011111011001111101101001111111011100111101000 | c4d23f8fb3ed3fb9e8 |
UTF-8 | 漬렓勖렠壕 | 111001101011110010101100111010111010000010010011111001011000101110010110111010111010000010100000111001011010001110010101 | e6bcaceba093e58b96eba0a0e5a395 |
UHC | 漬렓勖렠壕 | 11110010101100001000111010101000111010011110110110001110101100011111101110111101 | f2b08ea8e9ed8eb1fbbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)