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 | 釭宍磁 | 1111101110111101100011101011001111110001111100001000111010100101 | fbbd8eb3f1f08ea5 |
EUC-JP | 釭宍?磁 | 1000111111100011101011111011110010110101001111111011110010100111 | 8fe3afbcb53fbca7 |
UTF-8 | 釭宍磁 | 111010011000011110101101111001011010111010001101111011101000010110101011111001111010001110000001 | e987ade5ae8dee85abe7a381 |
UHC | ???磁 | 0011111100111111001111111110110110111000 | 3f3f3fedb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)