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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???擬??? | 0011111100111111001111111000101101011011001111110011111100111111 | 3f3f3f8b5b3f3f3f |
EUC-JP | ???擬??? | 0011111100111111001111111011010110111100001111110011111100111111 | 3f3f3fb5bc3f3f3f |
UTF-8 | 琉덅댌擬쒏셀鱗 | 111011111010011110001100111010111000110110000101111010111000110010001100111001101001001110101100111011001001001010001111111011001000010110000000111011111010011110110010 | efa78ceb8d85eb8c8ce693acec928fec8580efa7b2 |
UHC | 琉덅댌擬쒏셀鱗 | 1110101110100100100010001110100010001000101101011110101111110100100111001110011010111100101111111110110011100111 | eba488e888b5ebf49ce6bcbfece7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)