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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 諸俶劔贒サ | 111110111010100110011000111001101001100110011001111110111010111110111011 | fba998e69999fbafbb |
EUC-JP | ?俶劔贒サ | 00111111110100001110100011010001111110011000111111011111110000111000111010111011 | 3fd0e8d1f98fdfc38ebb |
UTF-8 | 諸俶劔贒サ | 111011111010100010100010111001001011111110110110111001011000101010010100111010001011010010010010111011111011110110111011 | efa8a2e4bfb6e58a94e8b492efbdbb |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)