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 | ???詭業 | 00111111001111110011111111100110011010111000101111000110 | 3f3f3fe66b8bc6 |
EUC-JP | ???詭業 | 00111111001111110011111111101011110011001011011011001000 | 3f3f3febccb6c8 |
UTF-8 | 咽됱떓詭業 | 111011111010011010011110111010111001000010110001111010111001011010010011111010001010100110101101111001101010010110101101 | efa69eeb90b1eb9693e8a9ade6a5ad |
UHC | 咽됱떓詭業 | 11100110111011001000100111101100100010111010100111001111111110001110010111110110 | e6ec89ec8ba9cff8e5f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)