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 | 1100001110101010110000111000101101001100011011110100001001000110 | c3aac38b4c6f4246 |
EUC-JP | テェテ記oBF | 1000111011000011100011101010101010001110110000111011010110101101011011110100001001000110 | 8ec38eaa8ec3b5ad6f4246 |
UTF-8 | テェテ記oBF | 111011111011111010000011111011111011110110101010111011111011111010000011111010001010100010011000011011110100001001000110 | efbe83efbdaaefbe83e8a8986f4246 |
UHC | ???記oBF | 0011111100111111001111111101000111000000011011110100001001000110 | 3f3f3fd1c06f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)