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 | 箏?異?乳 | 1110001010110101001111111000100011011001001111111001001111111011 | e2b53f88d93f93fb |
EUC-JP | 箏?異?乳 | 1110010010110111001111111011000011011011001111111100011011111101 | e4b73fb0db3fc6fd |
UTF-8 | 箏렢異렮乳 | 111001111010111010001111111010111010000010100010111001111001010110110000111010111010000010101110111001001011100110110011 | e7ae8feba0a2e795b0eba0aee4b9b3 |
UHC | 箏렢異렮乳 | 11101110101101001000111010110011111011001011011010001110101110111110101011100001 | eeb48eb3ecb68ebbeae1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)