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 | ツ曄ツε | 110000101001111001000000110000101000001111000011 | c29e40c283c3 |
EUC-JP | ツ曄ツε | 1000111011000010110110111010000110001110110000101010011011000101 | 8ec2dba18ec2a6c5 |
UTF-8 | ツ曄ツε | 1110111110111110100000101110011010011011100001001110111110111110100000101100111010110101 | efbe82e69b84efbe82ceb5 |
UHC | ?曄?ε | 001111111110011110100101001111111010010111100101 | 3fe7a53fa5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)