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 | 騾醍坩螻 | 1110100110000000100100011110011110011010101011101110010110110001 | e98091e79aaee5b1 |
EUC-JP | 騾醍坩螻 | 1111000111100000110000101110100111010100101100001110101010110011 | f1e0c2e9d4b0eab3 |
UTF-8 | 騾醍坩螻 | 111010011010100010111110111010011000011010001101111001011001110110101001111010001001111010111011 | e9a8bee9868de59da9e89ebb |
UHC | ?醍?? | 0011111111110000101101010011111100111111 | 3ff0b53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)