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 |  | 111011101010110110001110101000111000111110111011 | eead8ea38fbb |
SJIS-WIN | ???£?? | 00111111001111110011111110000001100100100011111100111111 | 3f3f3f81923f3f |
EUC-JP | î??£?? | 100011111010101111000010001111110011111110100001111100100011111100111111 | 8fabc23f3fa1f23f3f |
UTF-8 |  | 110000111010111011000010101011011100001010001110110000101010001111000010100011111100001010111011 | c3aec2adc28ec2a3c28fc2bb |
UHC | ????? | 00111111101000011010100100111111001111110011111100111111 | 3fa1a93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)