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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲????ⅶ | 1110000110011111001111110011111100111111001111111111101001000110 | e19f3f3f3f3ffa46 |
EUC-JP | 癲?ʼn??? | 111000101010000100111111100011111010100111001010001111110011111100111111 | e2a13f8fa9ca3f3f3f |
UTF-8 | 癲앸ʼn栒듿ⅶ | 1110011110011001101100101110110010010101101110001100010110001001111001101010000010010010111010111001001110111111111000101000010110110110 | e799b2ec95b8c589e6a092eb93bfe285b6 |
UHC | 癲앸ʼn栒듿ⅶ | 111011111010011010011101111010111010100110110000111000101110001110001010111001011010010110100111 | efa69deba9b0e2e38ae5a5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)