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 | 騾醍坩邏ォ | 111010011000000010010001111001111001101010101110111001111011010010101011 | e98091e79aaee7b4ab |
EUC-JP | 騾醍坩邏ォ | 11110001111000001100001011101001110101001011000011101110101101101000111010101011 | f1e0c2e9d4b0eeb68eab |
UTF-8 | 騾醍坩邏ォ | 111010011010100010111110111010011000011010001101111001011001110110101001111010011000001010001111111011111011110110101011 | e9a8bee9868de59da9e9828fefbdab |
UHC | ?醍?邏? | 00111111111100001011010100111111110101011010010000111111 | 3ff0b53fd5a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)