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 | 鈼叱鱶ヘ」 | 1111101111000110100011101011011011101001111001101100110110100011 | fbc68eb6e9e6cda3 |
EUC-JP | 鈼叱鱶ヘ」 | 1000111111100011110101101011110010111000111100101110100010001110110011011000111010100011 | 8fe3d6bcb8f2e88ecd8ea3 |
UTF-8 | 鈼叱鱶ヘ」 | 111010011000100010111100111001011000111110110001111010011011000110110110111011111011111010001101111011111011110110100011 | e988bce58fb1e9b1b6efbe8defbda3 |
UHC | ?叱??? | 001111111111001011101010001111110011111100111111 | 3ff2ea3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)