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 | ?????n@h | 0011111100111111001111110011111100111111011011100100000001101000 | 3f3f3f3f3f6e4068 |
SJIS-WIN | ツ偲督篠」n@h | 1100001010001110110000111001001111000010100011101100001010100011011011100100000001101000 | c28ec393c28ec2a36e4068 |
EUC-JP | ツ偲督篠」n@h | 10001110110000101011110011000101110001101100010010111100110001001000111010100011011011100100000001101000 | 8ec2bcc5c6c4bcc48ea36e4068 |
UTF-8 | ツ偲督篠」n@h | 111011111011111010000010111001011000000110110010111001111001110110100011111001111010111110100000111011111011110110100011011011100100000001101000 | efbe82e581b2e79da3e7afa0efbda36e4068 |
UHC | ??督篠?n@h | 00111111001111111101010010111101111000011100011000111111011011100100000001101000 | 3f3fd4bde1c63f6e4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)