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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ禿陳但 | 11000010100100111100001110010010110000101001001001000001 | c293c392c29241 |
EUC-JP | ツ禿陳但 | 1000111011000010110001101100010111000100110001001100001110100010 | 8ec2c6c5c4c4c3a2 |
UTF-8 | ツ禿陳但 | 111011111011111010000010111001111010011010111111111010011001100110110011111001001011110110000110 | efbe82e7a6bfe999b3e4bd86 |
UHC | ?禿陳但 | 00111111110101001011111011110010111001111101001110100011 | 3fd4bef2e7d3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)