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 | ???N^ | 0011111100111111001111110100111001011110 | 3f3f3f4e5e |
SJIS-WIN | 茘随州N^ | 1110010010101011100100001000111110001111010000100100111001011110 | e4ab908f8f424e5e |
EUC-JP | 茘随州N^ | 1110100010101101101111111110111110111101101000110100111001011110 | e8adbfefbda34e5e |
UTF-8 | 茘随州N^ | 1110100010001100100110001110100110011010100011111110010110110111100111100100111001011110 | e88c98e99a8fe5b79e4e5e |
UHC | ??州N^ | 001111110011111111110001101101100100111001011110 | 3f3ff1b64e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)