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 | 長?[長?[^ | 100100101011011100111111010110111001001010110111001111110101101101011110 | 92b73f5b92b73f5b5e |
EUC-JP | 長?[長?[^ | 110001001011100100111111010110111100010010111001001111110101101101011110 | c4b93f5bc4b93f5b5e |
UTF-8 | 長렗[長렗[^ | 111010011001010110110111111010111010000010010111010110111110100110010101101101111110101110100000100101110101101101011110 | e995b7eba0975be995b7eba0975b5e |
UHC | 長렗[長렗[^ | 1110110111111110100011101010110001011011111011011111111010001110101011000101101101011110 | edfe8eac5bedfe8eac5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)