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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 萬?∝Г | 11100100110111010011111110000001111001011000010001000011 | e4dd3f81e58443 |
EUC-JP | 萬騑∝Г | 111010001101111110001111111010011011110110100010111001111010011110100100 | e8df8fe9bda2e7a7a4 |
UTF-8 | 萬騑∝Г | 1110100010010000101011001110100110101000100100011110001010001000100111011101000010010011 | e890ace9a891e2889dd093 |
UHC | 萬?∝Г | 11011000101111110011111110100001111100001010110010100100 | d8bf3fa1f0aca4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)