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 | 幄幄[幄幄[^ | 1001101111101000100110111110100001011011100110111110100010011011111010000101101101011110 | 9be89be85b9be89be85b5e |
EUC-JP | 幄幄[幄幄[^ | 1101011011101010110101101110101001011011110101101110101011010110111010100101101101011110 | d6ead6ea5bd6ead6ea5b5e |
UTF-8 | 幄幄[幄幄[^ | 111001011011100110000100111001011011100110000100010110111110010110111001100001001110010110111001100001000101101101011110 | e5b984e5b9845be5b984e5b9845b5e |
UHC | 幄幄[幄幄[^ | 1110010011000001111001001100000101011011111001001100000111100100110000010101101101011110 | e4c1e4c15be4c1e4c15b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)