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 | 劑肯?? | 100110011001110110001101011011010011111100111111 | 999d8d6d3f3f |
EUC-JP | 劑肯?? | 110100011111110110111001110011100011111100111111 | d1fdb9ce3f3f |
UTF-8 | 劑肯렎렭 | 111001011000101010010001111010001000001010101111111010111010000010001110111010111010000010101101 | e58a91e882afeba08eeba0ad |
UHC | 劑肯렎렭 | 1111000010100101110100001110100110001110101001001000111010111010 | f0a5d0e98ea48eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)