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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 痾穩穩B | 11100001011111011110001001110010111000100111001001000010 | e17de272e27242 |
EUC-JP | 痾穩穩B | 11100001110111101110001111010011111000111101001101000010 | e1dee3d3e3d342 |
UTF-8 | 痾穩穩B | 11100111100101111011111011100111101010011010100111100111101010011010100101000010 | e797bee7a9a9e7a9a942 |
UHC | ?穩穩B | 001111111110100010110001111010001011000101000010 | 3fe8b1e8b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)