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 | 窈??愈?? | 1110001001110111001111110011111110010110111110100011111100111111 | e2773f3f96fa3f3f |
EUC-JP | 窈??愈?? | 1110001111011000001111110011111111001100111111000011111100111111 | e3d83f3fccfc3f3f |
UTF-8 | 窈띾뿤愈덆돍 | 111001111010101010001000111010111001110110111110111010111011111110100100111001101000010010001000111010111000110110000110111010111000111110001101 | e7aa88eb9dbeebbfa4e68488eb8d86eb8f8d |
UHC | 窈띾뿤愈덆돍 | 111010011010000110001101111010111001011110100100111010101110111110001000111010011000100110011011 | e9a18deb97a4eaef88e9899b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)