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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?獨?拭?B | 0011111111100000110101010011111110010000010000000011111101000010 | 3fe0d53f90403f42 |
EUC-JP | ?獨?拭?B | 0011111111100000110101110011111110111111101000010011111101000010 | 3fe0d73fbfa13f42 |
UTF-8 | 뤵獨퍘拭섶B | 11101011101001001011010111100111100011011010100011101101100011011001100011100110100010111010110111101100100001001011011001000010 | eba4b5e78da8ed8d98e68badec84b642 |
UHC | 뤵獨퍘拭섶B | 1000111111100011110101001011110010111011100011111110001111010100101111001011101101000010 | 8fe3d4bcbb8fe3d4bcbb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)