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 | 1110100010101100100101111110100010101101101101111110100110101110100011100100001001000010 | e8ac97e8adb7e9ae8e4242 |
EUC-JP | 隰苓ュキ魄撮B | 11110000101011101100111011101010100011101010110110001110101101111111001010110000101110111010001101000010 | f0aeceea8ead8eb7f2b0bba342 |
UTF-8 | 隰苓ュキ魄撮B | 11101001100110101011000011101000100010111001001111101111101111011010110111101111101111011011011111101001101011011000010011100110100100101010111001000010 | e99ab0e88b93efbdadefbdb7e9ad84e692ae42 |
UHC | ????魄撮B | 001111110011111100111111001111111101101111011110111101011100100101000010 | 3f3f3f3fdbdef5c942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)