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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??荻 | 00111111001111111000100110101100 | 3f3f89ac |
EUC-JP | ?澧荻 | 001111111000111111001000111100111011001010101110 | 3f8fc8f3b2ae |
UTF-8 | 쉠澧荻 | 111011001000100110100000111001101011111010100111111010001000110110111011 | ec89a0e6bea7e88dbb |
UHC | 쉠澧荻 | 101111011010101011010110110010001110111011100010 | bdaad6c8eee2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)