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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | ?齊??俎?E | 001111111110101010001110001111110011111110011000110101110011111101000101 | 3fea8e3f3f98d73f45 |
EUC-JP | ?齊??俎?E | 001111111111001111101110001111110011111111010000110110010011111101000101 | 3ff3ee3f3fd0d93f45 |
UTF-8 | 렫齊롈렫俎렾E | 11101011101000001010101111101001101111011000101011101011101000011000100011101011101000001010101111100100101111111000111011101011101000001011111001000101 | eba0abe9bd8aeba188eba0abe4bf8eeba0be45 |
UHC | 렫齊롈렫俎렾E | 10001110101110011111000010111010100011101100111010001110101110011111000010111011100011101100011001000101 | 8eb9f0ba8ece8eb9f0bb8ec645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)