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 | 茲ャェ覓 | 11100100101000101000001110000011101010101110011001001011 | e4a28383aae64b |
EUC-JP | 茲ャェ覓 | 1110100010100100101001011110001110001110101010101110101110101100 | e8a4a5e38eaaebac |
UTF-8 | 茲ャェ覓 | 111010001000110010110010111000111000001110100011111011111011110110101010111010001010011010010011 | e88cb2e383a3efbdaae8a693 |
UHC | ?ャ?覓 | 001111111010101111100011001111111101100011110010 | 3fabe33fd8f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)