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 | ???`???`^ | 001111110011111100111111011000000011111100111111001111110110000001011110 | 3f3f3f603f3f3f605e |
SJIS-WIN | ???`???`^ | 001111110011111100111111011000000011111100111111001111110110000001011110 | 3f3f3f603f3f3f605e |
EUC-JP | ???`???`^ | 001111110011111100111111011000000011111100111111001111110110000001011110 | 3f3f3f603f3f3f605e |
UTF-8 | 묨몼묧`묨몼묧`^ | 111010111010110010101000111010111010101010111100111010111010110010100111011000001110101110101100101010001110101110101010101111001110101110101100101001110110000001011110 | ebaca8ebaabcebaca760ebaca8ebaabcebaca7605e |
UHC | 묨몼묧`묨몼묧`^ | 100100100100000110010001101000011001000111111110011000001001001001000001100100011010000110010001111111100110000001011110 | 924191a191fe60924191a191fe605e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)