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 | 闡ッ邵∬ョ辛 | 11101000100100011010111111100111101110001000000111101000101011101001000001101000 | e891afe7b881e8ae9068 |
EUC-JP | 闡ッ邵∬ョ辛 | 111011111111000110001110101011111110111010111010101000101110101010001110101011101011111111001001 | eff18eafeebaa2ea8eaebfc9 |
UTF-8 | 闡ッ邵∬ョ辛 | 111010011001011110100001111011111011110110101111111010011000001010110101111000101000100010101100111011111011110110101110111010001011111010011011 | e997a1efbdafe982b5e288acefbdaee8be9b |
UHC | 闡?邵∬?辛 | 11110100110001010011111111100001110100001010000111110011001111111110001111110100 | f4c53fe1d0a1f33fe3f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)