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 | ??ε闇 | 001111110011111110000011110000111000100011000101 | 3f3f83c388c5 |
EUC-JP | ??ε闇 | 001111110011111110100110110001011011000011000111 | 3f3fa6c5b0c7 |
UTF-8 | 隣얕ε闇 | 1110111110100111101100011110110010010110100101011100111010110101111010011001011110000111 | efa7b1ec9695ceb5e99787 |
UHC | 隣얕ε闇 | 1110110011100100101111101110100010100101111001011110010011100001 | ece4bee8a5e5e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)