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 | 1000111101110101001111110011111101000010 | 8f753f3f42 |
EUC-JP | 瞬??B | 1011110111010110001111110011111101000010 | bdd63f3f42 |
UTF-8 | 瞬뎵랾B | 11100111100111101010110011101011100011101011010111101011100111101011111001000010 | e79eaceb8eb5eb9ebe42 |
UHC | 瞬뎵랾B | 11100010111010111000100110001000100011100101011101000010 | e2eb89888e5742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)