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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 率??僥?? | 1001011110100110001111110011111110011001010001100011111100111111 | 97a63f3f99463f3f |
EUC-JP | 率??僥?? | 1100111010101000001111110011111111010001101001110011111100111111 | cea83f3fd1a73f3f |
UTF-8 | 率길콖僥좑푶 | 111001111000111010000111111010101011100010111000111011001011110110010110111001011000001110100101111011001010001010010001111011011001000110110110 | e78e87eab8b8ecbd96e583a5eca291ed91b6 |
UHC | 率길콖僥좑푶 | 111000011110001110110001111001101011000110010000111010001110100110100000111011111011111010000100 | e1e3b1e6b190e8e9a0efbe84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)