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 | 牘爰゚ | 1110000010101111111000001010011111011111 | e0afe0a7df |
EUC-JP | 牘爰゚ | 111000001011000111100000101010011000111011011111 | e0b1e0a98edf |
UTF-8 | 牘爰゚ | 111001111000100110011000111001111000100010110000111011111011111010011111 | e78998e788b0efbe9f |
UHC | 牘爰? | 1101010010111010111010101011101000111111 | d4baeaba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)