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???? | 00111111001111110110111000111111001111110011111100111111 | 3f3f6e3f3f3f3f |
SJIS-WIN | ツ但nツ但ツ丹 | 11000010100100100100000101101110110000101001001001000001110000101001001001001111 | c292416ec29241c2924f |
EUC-JP | ツ但nツ但ツ丹 | 10001110110000101100001110100010011011101000111011000010110000111010001010001110110000101100001110110000 | 8ec2c3a26e8ec2c3a28ec2c3b0 |
UTF-8 | ツ但nツ但ツ丹 | 11101111101111101000001011100100101111011000011001101110111011111011111010000010111001001011110110000110111011111011111010000010111001001011100010111001 | efbe82e4bd866eefbe82e4bd86efbe82e4b8b9 |
UHC | ?但n?但?丹 | 00111111110100111010001101101110001111111101001110100011001111111101001110100001 | 3fd3a36e3fd3a33fd3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)