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 | 探側谷 | 100100100101010010010001101001001001001001001010 | 925491a4924a |
EUC-JP | 探側谷 | 110000111011010111000010101001101100001110101011 | c3b5c2a6c3ab |
UTF-8 | 探側谷 | 111001101000111010100010111001011000000110110100111010001011000010110111 | e68ea2e581b4e8b0b7 |
UHC | 探側谷 | 111101111010111011110110101100001100110111011011 | f7aef6b0cddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)