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 | 侈k笶 | 100110001100101010000010100010111110001010011101 | 98ca828be29d |
EUC-JP | 侈k笶 | 110100001100110010100011111010111110001111111101 | d0cca3ebe3fd |
UTF-8 | 侈k笶 | 111001001011111010001000111011111011110110001011111001111010110010110110 | e4be88efbd8be7acb6 |
UHC | 侈k? | 1111011010110110101000111110101100111111 | f6b6a3eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)