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 | 譯抵セ | 1110011010100001100100101110111110111110 | e6a192efbe |
EUC-JP | 譯抵セ | 111011001010001111000100111100011000111010111110 | eca3c4f18ebe |
UTF-8 | 譯抵セ | 111010001010110110101111111001101000101010110101111011111011110110111110 | e8adafe68ab5efbdbe |
UHC | 譯抵? | 1110011010111011111011101011110100111111 | e6bbeebd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)