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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???鉥 | 001111110011111100111111100011111110001111101000 | 3f3f3f8fe3e8 |
UTF-8 | 왃듺듺鉥 | 111011001001100110000011111010111001001110111010111010111001001110111010111010011000100110100101 | ec9983eb93baeb93bae989a5 |
UHC | 왃듺듺鉥 | 1001111010110110100010101110000010001010111000001110001011111100 | 9eb68ae08ae0e2fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)