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 | 有基? | 1001011101001100100010101110111000111111 | 974c8aee3f |
EUC-JP | 有基? | 1100110110101101101101001111000000111111 | cdadb4f03f |
UTF-8 | 有基렰 | 111001101001110010001001111001011001111110111010111010111010000010110000 | e69c89e59fbaeba0b0 |
UHC | 有基렰 | 111010101111001111010000111100011000111010111101 | eaf3d0f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)