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 | 00111111001111110011111100111111011011110100001001000110 | 3f3f3f3f6f4246 |
SJIS-WIN | テサテ⑩oBF | 1100001110111011110000111000011101001001011011110100001001000110 | c3bbc387496f4246 |
EUC-JP | テサテ?oBF | 10001110110000111000111010111011100011101100001100111111011011110100001001000110 | 8ec38ebb8ec33f6f4246 |
UTF-8 | テサテ⑩oBF | 111011111011111010000011111011111011110110111011111011111011111010000011111000101001000110101001011011110100001001000110 | efbe83efbdbbefbe83e291a96f4246 |
UHC | ???⑩oBF | 0011111100111111001111111010100011110000011011110100001001000110 | 3f3f3fa8f06f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)