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 | 倏犲倏牾 | 1110000011000101111000001011101011100000110001011110000010110001 | e0c5e0bae0c5e0b1 |
EUC-JP | 倏犲倏牾 | 1110000011000111111000001011110011100000110001111110000010110011 | e0c7e0bce0c7e0b3 |
UTF-8 | 倏犲倏牾 | 111001011000000010001111111001111000101010110010111001011000000010001111111001111000100110111110 | e5808fe78ab2e5808fe789be |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)