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 | ???腱愈 | 00111111001111110011111111100100010001101001011011111010 | 3f3f3fe44696fa |
EUC-JP | ???腱愈 | 00111111001111110011111111100111101001111100110011111100 | 3f3f3fe7a7ccfc |
UTF-8 | 劉ㅣ댄腱愈 | 111011111010011110000111111000111000010110100011111010111000110010000100111010001000010110110001111001101000010010001000 | efa787e385a3eb8c84e885b1e68488 |
UHC | 劉ㅣ댄腱愈 | 11101010111001011010010011010011101101001110110111001011111100101110101011101111 | eae5a4d3b4edcbf2eaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)