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 | ???泳?? | 00111111001111110011111110001001011010100011111100111111 | 3f3f3f896a3f3f |
EUC-JP | ???泳?? | 00111111001111110011111110110001110010110011111100111111 | 3f3f3fb1cb3f3f |
UTF-8 | 戮먨뭬泳뤿퐟 | 111011111010011110010010111010111010100010101000111010111010110110101100111001101011001110110011111010111010010010111111111011011001000010011111 | efa792eba8a8ebadace6b3b3eba4bfed909f |
UHC | 戮먨뭬泳뤿퐟 | 111010111011110110010000111001011011100110111110111001111011011010001111111010111011110110001000 | ebbd90e5b9bee7b68febbd88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)