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 | ??嵌嶼 | 001111110011111110011011110001101001101111010111 | 3f3f9bc69bd7 |
EUC-JP | ??嵌嶼 | 001111110011111111010110110010001101011011011001 | 3f3fd6c8d6d9 |
UTF-8 | 뤶풆嵌嶼 | 111010111010010010110110111011011001001010000110111001011011010110001100111001011011011010111100 | eba4b6ed9286e5b58ce5b6bc |
UHC | 뤶풆嵌嶼 | 1000111111100100101111101000111011001010111011101101111111101100 | 8fe4be8ecaeedfec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)