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 | 闢エ逕サ | 111010001001001110110100111001111001010010111011 | e893b4e794bb |
EUC-JP | 闢エ逕サ | 1110111111110011100011101011010011101101111101001000111010111011 | eff38eb4edf48ebb |
UTF-8 | 闢エ逕サ | 111010011001011110100010111011111011110110110100111010011000000010010101111011111011110110111011 | e997a2efbdb4e98095efbdbb |
UHC | 闢?逕? | 110111001010001100111111110011001110111100111111 | dca33fccef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)