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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 瑤????? | 11101010101000100011111100111111001111110011111100111111 | eaa23f3f3f3f3f |
EUC-JP | 瑤??旿?? | 111101001010010000111111001111111000111111000001111101000011111100111111 | f4a43f3f8fc1f43f3f |
UTF-8 | 瑤쒙슴旿울쉽 | 111001111001000110100100111011001001001010011001111011001000101010110100111001101001011110111111111011001001101010111000111011001000100110111101 | e791a4ec9299ec8ab4e697bfec9ab8ec89bd |
UHC | 瑤쒙슴旿울쉽 | 111010001111110110011100111011111011110110111111111001111111101010111111111011111011110110110001 | e8fd9cefbdbfe7fabfefbdb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)