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 | 蜻ア繞サテ | 11100101100100011011000111100011100001011011101111000011 | e591b1e385bbc3 |
EUC-JP | 蜻ア繞サテ | 11101001111100011000111010110001111001011110010110001110101110111000111011000011 | e9f18eb1e5e58ebb8ec3 |
UTF-8 | 蜻ア繞サテ | 111010001001110010111011111011111011110110110001111001111011100110011110111011111011110110111011111011111011111010000011 | e89cbbefbdb1e7b99eefbdbbefbe83 |
UHC | ??繞?? | 001111110011111111101001101001000011111100111111 | 3f3fe9a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)