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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逋碁ォ縄ア | 1110011110011001100011001110100110101011100100111110101010110001 | e7998ce9ab93eab1 |
EUC-JP | 逋碁ォ縄ア | 11101101111110011011100011101011100011101010101111000110111011001000111010110001 | edf9b8eb8eabc6ec8eb1 |
UTF-8 | 逋碁ォ縄ア | 111010011000000010001011111001111010001010000001111011111011110110101011111001111011100010000100111011111011110110110001 | e9808be7a281efbdabe7b884efbdb1 |
UHC | 逋碁??? | 11111000111001111101000110110011001111110011111100111111 | f8e7d1b33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)