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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 燿??沃?? | 1110000010100000001111110011111110010111100000000011111100111111 | e0a03f3f97803f3f |
EUC-JP | 燿??沃?? | 1110000010100010001111110011111111001101111000000011111100111111 | e0a23f3fcde03f3f |
UTF-8 | 燿먩㎙沃욤쪇 | 111001111000011110111111111010111010100010101001111000111000111010011001111001101011001010000011111011001001101010100100111011001010101010000111 | e787bfeba8a9e38e99e6b283ec9aa4ecaa87 |
UHC | 燿먩㎙沃욤쪇 | 111010001111110010010000111001101010011110101011111010001010101010111111111010001010010110000001 | e8fc90e6a7abe8aabfe8a581 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)