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 | 爾実蓴 | 100011101010001010001110110000001110010011110001 | 8ea28ec0e4f1 |
EUC-JP | 爾実蓴 | 101111001010010010111100110000101110100011110011 | bca4bcc2e8f3 |
UTF-8 | 爾実蓴 | 111001111000100010111110111001011010111010011111111010001001001110110100 | e788bee5ae9fe893b4 |
UHC | 爾?蓴 | 1110110010110011001111111110001011110001 | ecb33fe2f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)