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 | ??????D | 00111111001111110011111100111111001111110011111101000100 | 3f3f3f3f3f3f44 |
SJIS-WIN | テヲテォツ埜D | 1100001110100110110000111010101111000010100101000101011101000100 | c3a6c3abc2945744 |
EUC-JP | テヲテォツ埜D | 10001110110000111000111010100110100011101100001110001110101010111000111011000010110001111011100001000100 | 8ec38ea68ec38eab8ec2c7b844 |
UTF-8 | テヲテォツ埜D | 11101111101111101000001111101111101111011010011011101111101111101000001111101111101111011010101111101111101111101000001011100101100111111001110001000100 | efbe83efbda6efbe83efbdabefbe82e59f9c44 |
UHC | ??????D | 00111111001111110011111100111111001111110011111101000100 | 3f3f3f3f3f3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)