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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 狎??而↑? | 111000001011111000111111001111111000111010100111100000011010101000111111 | e0be3f3f8ea781aa3f |
EUC-JP | 狎??而↑? | 111000001100000000111111001111111011110010101001101000101010110000111111 | e0c03f3fbca9a2ac3f |
UTF-8 | 狎띠늿而↑몛 | 111001111000101110001110111010111001110110100000111010111000101010111111111010001000000010001100111000101000011010010001111010111010101010011011 | e78b8eeb9da0eb8abfe8808ce28691ebaa9b |
UHC | 狎띠늿而↑몛 | 111001001110010010110110111011001000100010001000111011001011101110100001111010001001000110001001 | e4e4b6ec8888ecbba1e89189 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)