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 | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
SJIS-WIN | ?訥ぴ??∮G | 00111111111001100110001110000010110100100011111100111111100001111001001101000111 | 3fe66382d23f3f879347 |
EUC-JP | ?訥ぴ???G | 001111111110101111000100101001001101010000111111001111110011111101000111 | 3febc4a4d43f3f3f47 |
UTF-8 | 룶訥ぴ룶퓦∮G | 11101011101000111011011011101000101010001010010111100011100000011011010011101011101000111011011011101101100100111010011011100010100010001010111001000111 | eba3b6e8a8a5e381b4eba3b6ed93a6e288ae47 |
UHC | 룶訥ぴ룶퓦∮G | 10001111101010111101001011101101101010101101010010001111101010111011111110001111101000101011000101000111 | 8fabd2edaad48fabbf8fa2b147 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)