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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
SJIS-WIN | 珎獨獗A | 11100000110111011110000011010101111000001101001101000001 | e0dde0d5e0d341 |
EUC-JP | 珎獨獗A | 11100000110111111110000011010111111000001101010101000001 | e0dfe0d7e0d541 |
UTF-8 | 珎獨獗A | 11100111100011111000111011100111100011011010100011100111100011011001011101000001 | e78f8ee78da8e78d9741 |
UHC | ?獨獗A | 001111111101010010111100110011111111000101000001 | 3fd4bccff141 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)