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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???詭 | 0011111100111111001111111110011001101011 | 3f3f3fe66b |
EUC-JP | ???詭 | 0011111100111111001111111110101111001100 | 3f3f3febcc |
UTF-8 | 咽됱떓詭 | 111011111010011010011110111010111001000010110001111010111001011010010011111010001010100110101101 | efa69eeb90b1eb9693e8a9ad |
UHC | 咽됱떓詭 | 1110011011101100100010011110110010001011101010011100111111111000 | e6ec89ec8ba9cff8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)