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 | 涅ъ? | 1001111110111000100001001000110000111111 | 9fb8848c3f |
EUC-JP | 涅ъ? | 1101111010111010101001111110110000111111 | debaa7ec3f |
UTF-8 | 涅ъ궕 | 1110011010110110100001011101000110001010111010101011011010010101 | e6b685d18aeab695 |
UHC | 涅ъ궕 | 111001101110111010101100111011001000001010101010 | e6eeacec82aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)