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 | ???{???s | 0011111100111111001111110111101100111111001111110011111101110011 | 3f3f3f7b3f3f3f73 |
SJIS-WIN | ???{???s | 0011111100111111001111110111101100111111001111110011111101110011 | 3f3f3f7b3f3f3f73 |
EUC-JP | ???{???s | 0011111100111111001111110111101100111111001111110011111101110011 | 3f3f3f7b3f3f3f73 |
UTF-8 | 淋꾩ℓ{淋꾩쭠s | 1110111110100111101101011110101010111110101010011110001010000100100100110111101111101111101001111011010111101010101111101010100111101100101011011010000001110011 | efa7b5eabea9e284937befa7b5eabea9ecada073 |
UHC | 淋꾩ℓ{淋꾩쭠s | 1110110011111000100001001110110010100111101001000111101111101100111110001000010011101100101001111001010101110011 | ecf884eca7a47becf884eca79573 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)