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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?ν??ν?B | 001111111000001111001011001111110011111110000011110010110011111101000010 | 3f83cb3f3f83cb3f42 |
EUC-JP | ?ν??ν?B | 001111111010011011001101001111110011111110100110110011010011111101000010 | 3fa6cd3f3fa6cd3f42 |
UTF-8 | 淋ν쉵淋ν쉵B | 1110111110100111101101011100111010111101111011001000100110110101111011111010011110110101110011101011110111101100100010011011010101000010 | efa7b5cebdec89b5efa7b5cebdec89b542 |
UHC | 淋ν쉵淋ν쉵B | 11101100111110001010010111101101100110101000101111101100111110001010010111101101100110101000101101000010 | ecf8a5ed9a8becf8a5ed9a8b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)