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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 爲犇[爲犇[^ | 1110000010101000111000001011010001011011111000001010100011100000101101000101101101011110 | e0a8e0b45be0a8e0b45b5e |
EUC-JP | 爲犇[爲犇[^ | 1110000010101010111000001011011001011011111000001010101011100000101101100101101101011110 | e0aae0b65be0aae0b65b5e |
UTF-8 | 爲犇[爲犇[^ | 111001111000100010110010111001111000101010000111010110111110011110001000101100101110011110001010100001110101101101011110 | e788b2e78a875be788b2e78a875b5e |
UHC | 爲?[爲?[^ | 111010101101001100111111010110111110101011010011001111110101101101011110 | ead33f5bead33f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)