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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 蜻岩硲竏シ^ | 11100101100100011000101011100010100101001010000111100010100010001011110001011110 | e5918ae294a1e288bc5e |
EUC-JP | 蜻岩硲竏シ^ | 1110100111110001101101001110010011001000101000111110001111101000100011101011110001011110 | e9f1b4e4c8a3e3e88ebc5e |
UTF-8 | 蜻岩硲竏シ^ | 11101000100111001011101111100101101100101010100111100111101000011011001011100111101010111000111111101111101111011011110001011110 | e89cbbe5b2a9e7a1b2e7ab8fefbdbc5e |
UHC | ?岩???^ | 00111111111001001101101100111111001111110011111101011110 | 3fe4db3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)