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 | 吟訥愍檍 | 1000101111100001111001100110001110011100101111001001111011111000 | 8be1e6639cbc9ef8 |
EUC-JP | 吟訥愍檍 | 1011011011100011111010111100010011011000101111101101110011111010 | b6e3ebc4d8bedcfa |
UTF-8 | 吟訥愍檍 | 111001011001000010011111111010001010100010100101111001101000010010001101111001101010101010001101 | e5909fe8a8a5e6848de6aa8d |
UHC | 吟訥愍檍 | 1110101111100001110100101110110111011010110000001110010111100101 | ebe1d2eddac0e5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)