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 | ツ樽ツ谷 | 110000101001001001001101110000101001001001001010 | c2924dc2924a |
EUC-JP | ツ樽ツ谷 | 1000111011000010110000111010111010001110110000101100001110101011 | 8ec2c3ae8ec2c3ab |
UTF-8 | ツ樽ツ谷 | 111011111011111010000010111001101010100010111101111011111011111010000010111010001011000010110111 | efbe82e6a8bdefbe82e8b0b7 |
UHC | ?樽?谷 | 001111111111000111011100001111111100110111011011 | 3ff1dc3fcddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)