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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 巐ハス | 111110101011011011001010101111011111000111001110 | fab6cabdf1ce |
EUC-JP | 巐ハス? | 1000111110111011111110011000111011001010100011101011110100111111 | 8fbbf98eca8ebd3f |
UTF-8 | 巐ハス | 111001011011011110010000111011111011111010001010111011111011110110111101111011101000010110001001 | e5b790efbe8aefbdbdee8589 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)