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 | ?????oBF | 0011111100111111001111110011111100111111011011110100001001000110 | 3f3f3f3f3f6f4246 |
SJIS-WIN | 鬲エ譖∵弍oBF | 111010011010110110110100111001101001101110000001111001101001100010101111011011110100001001000110 | e9adb4e69b81e698af6f4246 |
EUC-JP | 鬲エ譖∵弍oBF | 11110010101011111000111010110100111010111111101110100010111010001101000010110001011011110100001001000110 | f2af8eb4ebfba2e8d0b16f4246 |
UTF-8 | 鬲エ譖∵弍oBF | 111010011010110010110010111011111011110110110100111010001010110110010110111000101000100010110101111001011011110010001101011011110100001001000110 | e9acb2efbdb4e8ad96e288b5e5bc8d6f4246 |
UHC | ???∵?oBF | 001111110011111100111111101000011111000100111111011011110100001001000110 | 3f3f3fa1f13f6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)