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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 涬識鋐 | 111110110100000110001110101011111111101111010010 | fb418eaffbd2 |
EUC-JP | 涬識鋐 | 1000111111000111110011111011110010110001100011111110010010111110 | 8fc7cfbcb18fe4be |
UTF-8 | 涬識鋐 | 111001101011011010101100111010001010110110011000111010011000101110010000 | e6b6ace8ad98e98b90 |
UHC | ?識? | 00111111111000111101101100111111 | 3fe3db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)