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 | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | 鏑?}v鏑?}vB | 1001001101001100001111110111110101110110100100110100110000111111011111010111011001000010 | 934c3f7d76934c3f7d7642 |
EUC-JP | 鏑?}v鏑?}vB | 1100010110101101001111110111110101110110110001011010110100111111011111010111011001000010 | c5ad3f7d76c5ad3f7d7642 |
UTF-8 | 鏑셥}v鏑셥}vB | 1110100110001111100100011110110010000101101001010111110101110110111010011000111110010001111011001000010110100101011111010111011001000010 | e98f91ec85a57d76e98f91ec85a57d7642 |
UHC | 鏑셥}v鏑셥}vB | 11101110111010111011110011001010011111010111011011101110111010111011110011001010011111010111011001000010 | eeebbcca7d76eeebbcca7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)