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^ | 001111110011111100111111001111110100111001011110 | 3f3f3f3f4e5e |
SJIS-WIN | 将。娼ーN^ | 1000111110101011101000011000111110101001101100000100111001011110 | 8faba18fa9b04e5e |
EUC-JP | 将。娼ーN^ | 10111110101011011000111010100001101111101010101110001110101100000100111001011110 | bead8ea1beab8eb04e5e |
UTF-8 | 将。娼ーN^ | 1110010110110000100001101110111110111101101000011110010110101000101111001110111110111101101100000100111001011110 | e5b086efbda1e5a8bcefbdb04e5e |
UHC | ??娼?N^ | 00111111001111111111001111011110001111110100111001011110 | 3f3ff3de3f4e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)