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 | 瀨ワロ | 11111011010100001101110011011011 | fb50dcdb |
EUC-JP | ?ワロ | 0011111110001110110111001000111011011011 | 3f8edc8edb |
UTF-8 | 瀨ワロ | 111001111000000010101000111011111011111010011100111011111011111010011011 | e780a8efbe9cefbe9b |
UHC | 瀨?? | 11010110111011100011111100111111 | d6ee3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)