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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 逕樒瑳^ | 11100111100101001001111011100111100011011011101001011110 | e7949ee78dba5e |
EUC-JP | 逕樒瑳^ | 11101101111101001101110011101001101110101011110001011110 | edf4dce9babc5e |
UTF-8 | 逕樒瑳^ | 11101001100000001001010111100110101010001001001011100111100100011011001101011110 | e98095e6a892e791b35e |
UHC | 逕??^ | 1100110011101111001111110011111101011110 | ccef3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)