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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ツ偲ュツ仰シ | 1100001010001110110000111010110111000010100010111100001010111100 | c28ec3adc28bc2bc |
EUC-JP | ツ偲ュツ仰シ | 100011101100001010111100110001011000111010101101100011101100001010110110110001001000111010111100 | 8ec2bcc58ead8ec2b6c48ebc |
UTF-8 | ツ偲ュツ仰シ | 111011111011111010000010111001011000000110110010111011111011110110101101111011111011111010000010111001001011101110110000111011111011110110111100 | efbe82e581b2efbdadefbe82e4bbb0efbdbc |
UHC | ????仰? | 00111111001111110011111100111111111001001110011000111111 | 3f3f3f3fe4e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)