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 | ツ鱈ツ谷 | 110000101001001001001100110000101001001001001010 | c2924cc2924a |
EUC-JP | ツ鱈ツ谷 | 1000111011000010110000111010110110001110110000101100001110101011 | 8ec2c3ad8ec2c3ab |
UTF-8 | ツ鱈ツ谷 | 111011111011111010000010111010011011000110001000111011111011111010000010111010001011000010110111 | efbe82e9b188efbe82e8b0b7 |
UHC | ???谷 | 0011111100111111001111111100110111011011 | 3f3f3fcddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)