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 | 莨鷺闘妤具 | 11100100101111001000110111101011100100111010110011111010101001001000101111101111 | e4bc8deb93acfaa48bef |
EUC-JP | 莨鷺闘妤具 | 1110100010111110101110101110110111000110101011101000111110111001101011111011011011110001 | e8bebaedc6ae8fb9afb6f1 |
UTF-8 | 莨鷺闘妤具 | 111010001000111010101000111010011011011110111010111010011001011110011000111001011010011010100100111001011000010110110111 | e88ea8e9b7bae99798e5a6a4e585b7 |
UHC | ?鷺??具 | 00111111110101101101110000111111001111111100111011111101 | 3fd6dc3f3fcefd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)