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 | 鶯щ???, | 111010011111001010000100100010110011111100111111001111111000000101000011 | e9f2848b3f3f3f8143 |
EUC-JP | 鶯щ???, | 111100101111010010100111111010110011111100111111001111111010000110100100 | f2f4a7eb3f3f3fa1a4 |
UTF-8 | 鶯щ떩隣녑, | 1110100110110110101011111101000110001001111010111001011010101001111011111010011110110001111010111000010110010001111011111011110010001100 | e9b6afd189eb96a9efa7b1eb8591efbc8c |
UHC | 鶯щ떩隣녑, | 111001011010001110101100111010111000101110111011111011001110010010110011111001011010001110101100 | e5a3aceb8bbbece4b3e5a3ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)