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 | 阿?濕 | 1000100010100010001111111110000001011011 | 88a23fe05b |
EUC-JP | 阿?濕 | 1011000010100100001111111101111110111100 | b0a43fdfbc |
UTF-8 | 阿뙘濕 | 111010011001100010111111111010111001100110011000111001101011111110010101 | e998bfeb9998e6bf95 |
UHC | 阿뙘濕 | 111001001011100110001100100111011110001110100101 | e4b98c9de3a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)