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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 秧??耶ヨ | 1110001001011110001111110011111110010110111010111000001110001000 | e25e3f3f96eb8388 |
EUC-JP | 秧??耶ヨ | 1110001110111111001111110011111111001100111011011010010111101000 | e3bf3f3fcceda5e8 |
UTF-8 | 秧섊떻耶ヨ | 111001111010011110100111111011001000010010001010111010111001011010111011111010001000000010110110111000111000001110101000 | e7a7a7ec848aeb96bbe880b6e383a8 |
UHC | 秧섊떻耶ヨ | 11100100111010111001100011100111101101101011101111100101101011011010101111101000 | e4eb98e7b6bbe5adabe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)