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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 餓ν?餓ν?B | 1000100111101100100000111100101100111111100010011110110010000011110010110011111101000010 | 89ec83cb3f89ec83cb3f42 |
EUC-JP | 餓ν?餓ν?B | 1011001011101110101001101100110100111111101100101110111010100110110011010011111101000010 | b2eea6cd3fb2eea6cd3f42 |
UTF-8 | 餓ν겘餓ν겘B | 1110100110100100100100111100111010111101111010101011001010011000111010011010010010010011110011101011110111101010101100101001100001000010 | e9a493cebdeab298e9a493cebdeab29842 |
UHC | 餓ν겘餓ν겘B | 11100100101110111010010111101101100000011010111111100100101110111010010111101101100000011010111101000010 | e4bba5ed81afe4bba5ed81af42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)