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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | テ催姪氾 | 11000011100011011100001110010110110000111001010011000011 | c38dc396c394c3 |
EUC-JP | テ催姪氾 | 1000111011000011101110101100010111001100110001011100100011000101 | 8ec3bac5ccc5c8c5 |
UTF-8 | テ催姪氾 | 111011111011111010000011111001011000001010101100111001011010011110101010111001101011000010111110 | efbe83e582ace5a7aae6b0be |
UHC | ?催姪氾 | 00111111111101011100101011110010111010111101101111110000 | 3ff5caf2ebdbf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)