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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逕コ增 | 1110011110010100101110101111101010011101 | e794bafa9d |
EUC-JP | 逕コ? | 1110110111110100100011101011101000111111 | edf48eba3f |
UTF-8 | 逕コ增 | 111010011000000010010101111011111011110110111010111001011010001010011110 | e98095efbdbae5a29e |
UHC | 逕?增 | 1100110011101111001111111111000111110010 | ccef3ff1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)