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 | 鵫竺瑤雫 | 11111100010010001000111010110001111010101010001010001110101101001111000010110011 | fc488eb1eaa28eb4f0b3 |
EUC-JP | 鵫竺瑤雫? | 10001111111010111111101010111100101100111111010010100100101111001011011000111111 | 8febfabcb3f4a4bcb63f |
UTF-8 | 鵫竺瑤雫 | 111010011011010110101011111001111010101110111010111001111001000110100100111010011001101110101011111011101000000110110010 | e9b5abe7abbae791a4e99babee81b2 |
UHC | ?竺瑤?? | 00111111111101011110011111101000111111010011111100111111 | 3ff5e7e8fd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)