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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | タケ鰺タケ鰺^ | 110000001011100111101001110010111100000010111001111010011100101101011110 | c0b9e9cbc0b9e9cb5e |
EUC-JP | タケ鰺タケ鰺^ | 10001110110000001000111010111001111100101100110110001110110000001000111010111001111100101100110101011110 | 8ec08eb9f2cd8ec08eb9f2cd5e |
UTF-8 | タケ鰺タケ鰺^ | 11101111101111101000000011101111101111011011100111101001101100001011101011101111101111101000000011101111101111011011100111101001101100001011101001011110 | efbe80efbdb9e9b0baefbe80efbdb9e9b0ba5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)