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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | テヲテッツ枸] | 1100001110100110110000111010111111000010100111100110110101011101 | c3a6c3afc29e6d5d |
EUC-JP | テヲテッツ枸] | 10001110110000111000111010100110100011101100001110001110101011111000111011000010110110111100111001011101 | 8ec38ea68ec38eaf8ec2dbce5d |
UTF-8 | テヲテッツ枸] | 11101111101111101000001111101111101111011010011011101111101111101000001111101111101111011010111111101111101111101000001011100110100111101011100001011101 | efbe83efbda6efbe83efbdafefbe82e69eb85d |
UHC | ?????枸] | 0011111100111111001111110011111100111111110011111010111001011101 | 3f3f3f3f3fcfae5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)