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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 終?課殿 | 10001111010010010011111110001001110110111001001101100001 | 8f493f89db9361 |
EUC-JP | 終?課殿 | 10111101101010100011111110110010110111011100010111000010 | bdaa3fb2ddc5c2 |
UTF-8 | 終쇠課殿 | 111001111011010110000010111011001000011110100000111010001010101010110010111001101010111010111111 | e7b582ec87a0e8aab2e6aebf |
UHC | 終쇠課殿 | 1111000011111011101111001110100011001110101001001110111011111100 | f0fbbce8cea4eefc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)