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 | ??Y??bnoBF | 00111111001111110101100100111111001111110110001001101110011011110100001001000110 | 3f3f593f3f626e6f4246 |
SJIS-WIN | 渉サY渉サbnoBF | 100011111100001010111011010110011000111111000010101110110110001001101110011011110100001001000110 | 8fc2bb598fc2bb626e6f4246 |
EUC-JP | 渉サY渉サbnoBF | 1011111011000100100011101011101101011001101111101100010010001110101110110110001001101110011011110100001001000110 | bec48ebb59bec48ebb626e6f4246 |
UTF-8 | 渉サY渉サbnoBF | 111001101011100010001001111011111011110110111011010110011110011010111000100010011110111110111101101110110110001001101110011011110100001001000110 | e6b889efbdbb59e6b889efbdbb626e6f4246 |
UHC | ??Y??bnoBF | 00111111001111110101100100111111001111110110001001101110011011110100001001000110 | 3f3f593f3f626e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)