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 | ツ搜ツ猟 | 110000101001110101110010110000101001011111000010 | c29d72c297c2 |
EUC-JP | ツ搜ツ猟 | 1000111011000010110110011101001110001110110000101100111011000100 | 8ec2d9d38ec2cec4 |
UTF-8 | ツ搜ツ猟 | 111011111011111010000010111001101001000010011100111011111011111010000010111001111000110010011111 | efbe82e6909cefbe82e78c9f |
UHC | ?搜?? | 0011111111100010101001000011111100111111 | 3fe2a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)