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 | ÷¬^Ó¹to | 11110111101011000101111011010011101110010111010001101111 | f7ac5ed3b9746f |
SJIS-WIN | ÷¬^??to | 100000011000000010000001110010100101111000111111001111110111010001101111 | 818081ca5e3f3f746f |
EUC-JP | ÷¬^Ó?to | 1010000111100000101000101100110001011110100011111010101011010001001111110111010001101111 | a1e0a2cc5e8faad13f746f |
UTF-8 | ÷¬^Ó¹to | 1100001110110111110000101010110001011110110000111001001111000010101110010111010001101111 | c3b7c2ac5ec393c2b9746f |
UHC | ÷?^?¹to | 101000011100000000111111010111100011111110101001111101100111010001101111 | a1c03f5e3fa9f6746f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)