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 | 鈺???? | 111110111100010000111111001111110011111100111111 | fbc43f3f3f3f |
EUC-JP | 鈺??孼? | 100011111110001111010101001111110011111110001111101110101100001100111111 | 8fe3d53f3f8fbac33f |
UTF-8 | 鈺싨볜孼퀻 | 111010011000100010111010111011001000101110101000111010111011001110011100111001011010110110111100111011011000000010111011 | e988baec8ba8ebb39ce5adbced80bb |
UHC | 鈺싨볜孼퀻 | 11101000101011011001101011100110101110101011011111100101111011011011010001001011 | e8ad9ae6bab7e5edb44b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)