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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 濟?燼???^ | 111000000101101000111111111000001001111000111111001111110011111101011110 | e05a3fe09e3f3f3f5e |
EUC-JP | 濟?燼???^ | 110111111011101100111111110111111111111000111111001111110011111101011110 | dfbb3fdffe3f3f3f5e |
UTF-8 | 濟렋燼렦롊렲^ | 11100110101111111001111111101011101000001000101111100111100001111011110011101011101000001010011011101011101000011000101011101011101000001011001001011110 | e6bf9feba08be787bceba0a6eba18aeba0b25e |
UHC | 濟렋燼렦롊렲^ | 11110000101011011000111010100010111000111110100010001110101101011000111011010000100011101011111101011110 | f0ad8ea2e3e88eb58ed08ebf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)