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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テォツ債縮 | 11000011101010111100001010001101110000101000111101101011 | c3abc28dc28f6b |
EUC-JP | テォツ債縮 | 10001110110000111000111010101011100011101100001010111010110001001011110111001100 | 8ec38eab8ec2bac4bdcc |
UTF-8 | テォツ債縮 | 111011111011111010000011111011111011110110101011111011111011111010000010111001011000001010110101111001111011100010101110 | efbe83efbdabefbe82e582b5e7b8ae |
UHC | ???債縮 | 00111111001111110011111111110011111100001111010111101010 | 3f3f3ff3f0f5ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)