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 | 羝碁今諤 | 1110001110110110100011001110100110001101101000011110011010000000 | e3b68ce98da1e680 |
EUC-JP | 羝碁今諤 | 1110011010111000101110001110101110111010101000111110101111100000 | e6b8b8ebbaa3ebe0 |
UTF-8 | 羝碁今諤 | 111001111011111010011101111001111010001010000001111001001011101110001010111010001010101110100100 | e7be9de7a281e4bb8ae8aba4 |
UHC | ?碁今? | 001111111101000110110011110100001101000100111111 | 3fd1b3d0d13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)