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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 単端属辿賊湛 | 100100100101000010010010010110111001000110101110100100100100100010010001101011111001001001011000 | 9250925b91ae924891af9258 |
EUC-JP | 単端属辿賊湛 | 110000111011000111000011101111001100001010110000110000111010100111000010101100011100001110111001 | c3b1c3bcc2b0c3a9c2b1c3b9 |
UTF-8 | 単端属辿賊湛 | 111001011000110110011000111001111010101110101111111001011011000110011110111010001011111010111111111010001011001110001010111001101011100110011011 | e58d98e7abafe5b19ee8bebfe8b38ae6b99b |
UHC | ?端??賊湛 | 001111111101001110101110001111110011111111101110111001001101001111000000 | 3fd3ae3f3feee4d3c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)