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 | 跛鈴骨 | 111001101110101010010111111010011000110110011100 | e6ea97e98d9c |
EUC-JP | 跛鈴骨 | 111011001110110011001110111010111011100111111100 | ececceebb9fc |
UTF-8 | 跛鈴骨 | 111010001011011110011011111010011000100010110100111010011010101010101000 | e8b79be988b4e9aaa8 |
UHC | 跛鈴骨 | 111101111111010111010110110000101100110111101001 | f7f5d6c2cde9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)