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 | ツ屍ツ傾 | 110000101000111001110010110000101000110001011000 | c28e72c28c58 |
EUC-JP | ツ屍ツ傾 | 1000111011000010101110111101001110001110110000101011011110111001 | 8ec2bbd38ec2b7b9 |
UTF-8 | ツ屍ツ傾 | 111011111011111010000010111001011011000110001101111011111011111010000010111001011000001010111110 | efbe82e5b18defbe82e582be |
UHC | ?屍?傾 | 001111111110001110111011001111111100110011001011 | 3fe3bb3fcccb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)