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 | 也??揖? | 10010110111001110011111100111111100101110100101100111111 | 96e73f3f974b3f |
EUC-JP | 也??揖? | 11001100111010010011111100111111110011011010110000111111 | cce93f3fcdac3f |
UTF-8 | 也㏓뜉揖잹 | 111001001011100110011111111000111000111110010011111010111001110010001001111001101000111110010110111011001001111010111001 | e4b99fe38f93eb9c89e68f96ec9eb9 |
UHC | 也㏓뜉揖잹 | 11100101101001011010011111101011100011011000110011101011111001111010000001000010 | e5a5a7eb8d8cebe7a042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)