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 | ??????d | 00111111001111110011111100111111001111110011111101100100 | 3f3f3f3f3f3f64 |
SJIS-WIN | 遑晢スォ遉コd | 11100111101000011001110111101111101111011010101111100111101001001011101001100100 | e7a19defbdabe7a4ba64 |
EUC-JP | 遑晢スォ遉コd | 11101110101000111101101011110001100011101011110110001110101010111110111010100110100011101011101001100100 | eea3daf18ebd8eabeea68eba64 |
UTF-8 | 遑晢スォ遉コd | 11101001100000011001000111100110100110011010001011101111101111011011110111101111101111011010101111101001100000011000100111101111101111011011101001100100 | e98191e699a2efbdbdefbdabe98189efbdba64 |
UHC | 遑?????d | 1111110011011010001111110011111100111111001111110011111101100100 | fcda3f3f3f3f3f64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)