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 | 殿?[殿?[^ | 100100110110000100111111010110111001001101100001001111110101101101011110 | 93613f5b93613f5b5e |
EUC-JP | 殿?[殿?[^ | 110001011100001000111111010110111100010111000010001111110101101101011110 | c5c23f5bc5c23f5b5e |
UTF-8 | 殿뮨[殿뮨[^ | 111001101010111010111111111010111010111010101000010110111110011010101110101111111110101110101110101010000101101101011110 | e6aebfebaea85be6aebfebaea85b5e |
UHC | 殿뮨[殿뮨[^ | 1110111011111100101110011100001101011011111011101111110010111001110000110101101101011110 | eefcb9c35beefcb9c35b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)