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 | ツ禿伉つ | 11000010100100111100001110011000110000101000001011000010 | c293c398c282c2 |
EUC-JP | ツ禿伉つ | 1000111011000010110001101100010111010000110001001010010011000100 | 8ec2c6c5d0c4a4c4 |
UTF-8 | ツ禿伉つ | 111011111011111010000010111001111010011010111111111001001011110010001001111000111000000110100100 | efbe82e7a6bfe4bc89e381a4 |
UHC | ?禿伉つ | 00111111110101001011111011111001111100101010101011000100 | 3fd4bef9f2aac4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)