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 | 蜥ォ逞セ | 111001011001001010101011111001111001011110111110 | e592abe797be |
EUC-JP | 蜥ォ逞セ | 1110100111110010100011101010101111101101111101111000111010111110 | e9f28eabedf78ebe |
UTF-8 | 蜥ォ逞セ | 111010001001110010100101111011111011110110101011111010011000000010011110111011111011110110111110 | e89ca5efbdabe9809eefbdbe |
UHC | ??逞? | 0011111100111111110101101100000100111111 | 3f3fd6c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)