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 | ツ偲堋脇 | 11000010100011101100001110011010110000101001100001100101 | c28ec39ac29865 |
EUC-JP | ツ偲堋脇 | 1000111011000010101111001100010111010100110001001100111111000110 | 8ec2bcc5d4c4cfc6 |
UTF-8 | ツ偲堋脇 | 111011111011111010000010111001011000000110110010111001011010000010001011111010001000010010000111 | efbe82e581b2e5a08be88487 |
UHC | ???脇 | 0011111100111111001111111111101011110111 | 3f3f3ffaf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)