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 | 劑攀??烝? | 100110011001110110011101101100110011111100111111111000000111111000111111 | 999d9db33f3fe07e3f |
EUC-JP | 劑攀??烝? | 110100011111110111011010101101010011111100111111110111111101111100111111 | d1fddab53f3fdfdf3f |
UTF-8 | 劑攀렢렞烝렓 | 111001011000101010010001111001101001010010000000111010111010000010100010111010111010000010011110111001111000001110011101111010111010000010010011 | e58a91e69480eba0a2eba09ee7839deba093 |
UHC | 劑攀렢렞烝렓 | 111100001010010111011010111001111000111010110011100011101010111111110001111101101000111010101000 | f0a5dae78eb38eaff1f68ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)