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 | 郞幄セ | 1111101110110110100110111110100010111110 | fbb69be8be |
EUC-JP | ?幄セ | 0011111111010110111010101000111010111110 | 3fd6ea8ebe |
UTF-8 | 郞幄セ | 111010011000001110011110111001011011100110000100111011111011110110111110 | e9839ee5b984efbdbe |
UHC | 郞幄? | 1101010111001101111001001100000100111111 | d5cde4c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)