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 | 佃矜轢珥 | 1001001011001111111000011110000011100111100000001110000011100000 | 92cfe1e0e780e0e0 |
EUC-JP | 佃矜轢珥 | 1100010011010001111000101110001011101101111000001110000011100010 | c4d1e2e2ede0e0e2 |
UTF-8 | 佃矜轢珥 | 111001001011110110000011111001111001111110011100111010001011110110100010111001111000111110100101 | e4bd83e79f9ce8bda2e78fa5 |
UHC | 佃矜轢珥 | 1110111011101100110100001110100011010101111110011110110010110100 | eeecd0e8d5f9ecb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)