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 | 蟻ъ?? | 100010110110000110000100100011000011111100111111 | 8b61848c3f3f |
EUC-JP | 蟻ъ?薏 | 1011010111000010101001111110110000111111100011111101100111011110 | b5c2a7ec3f8fd9de |
UTF-8 | 蟻ъ옒薏 | 1110100010011111101110111101000110001010111011001001100010010010111010001001011010001111 | e89fbbd18aec9892e8968f |
UHC | 蟻ъ옒薏 | 1110101111111100101011001110110010011110100110001110101111111011 | ebfcacec9e98ebfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)