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 | 跂縞遮 | 111001101110001110001110110010001000111011010101 | e6e38ec88ed5 |
EUC-JP | 跂縞遮 | 111011001110010110111100110010101011110011010111 | ece5bccabcd7 |
UTF-8 | 跂縞遮 | 111010001011011110000010111001111011100010011110111010011000000110101110 | e8b782e7b89ee981ae |
UHC | ?縞遮 | 0011111111111011110101101111001110110100 | 3ffbd6f3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)