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 | 臂峨散 | 111001000101110110001001111000111000111001010101 | e45d89e38e55 |
EUC-JP | 臂峨散 | 111001111011111010110010111001011011101110110110 | e7beb2e5bbb6 |
UTF-8 | 臂峨散 | 111010001000011110000010111001011011001110101000111001101001010110100011 | e88782e5b3a8e695a3 |
UHC | 臂峨散 | 110111101010001011100100101100011101111110100100 | dea2e4b1dfa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)