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 | ツ療猟組 | 11000010100101111100001110010111110000101001000101100111 | c297c397c29167 |
EUC-JP | ツ療猟組 | 1000111011000010110011101100010111001110110001001100000111001000 | 8ec2cec5cec4c1c8 |
UTF-8 | ツ療猟組 | 111011111011111010000010111001111001100110000010111001111000110010011111111001111011010110000100 | efbe82e79982e78c9fe7b584 |
UHC | ?療?組 | 001111111101011011111011001111111111000011011010 | 3fd6fb3ff0da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)