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 | 殲仙? | 1001111101110010100100001110010100111111 | 9f7290e53f |
EUC-JP | 殲仙? | 1101110111010011110000001110011100111111 | ddd3c0e73f |
UTF-8 | 殲仙걏 | 111001101010111010110010111001001011101110011001111010101011000110001111 | e6aeb2e4bb99eab18f |
UHC | 殲仙걏 | 111000001110100011100000101110011000000101110101 | e0e8e0b98175 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)