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 | 證訥軻 | 111001101001101011100110011000111110011101100101 | e69ae663e765 |
EUC-JP | 證訥軻 | 111010111111101011101011110001001110110111000110 | ebfaebc4edc6 |
UTF-8 | 證訥軻 | 111010001010110110001001111010001010100010100101111010001011101110111011 | e8ad89e8a8a5e8bbbb |
UHC | 證訥軻 | 111100011111101111010010111011011100101010111011 | f1fbd2edcabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)