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 | 鋿耳鈊 | 111110111101110010001110101010001111101111000011 | fbdc8ea8fbc3 |
EUC-JP | 鋿耳鈊 | 1000111111100100110100101011110010101010100011111110001110111111 | 8fe4d2bcaa8fe3bf |
UTF-8 | 鋿耳鈊 | 111010011000101110111111111010001000000010110011111010011000100010001010 | e98bbfe880b3e9888a |
UHC | ?耳? | 00111111111011001011110000111111 | 3fecbc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)