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 | ??????x | 00111111001111110011111100111111001111110011111101111000 | 3f3f3f3f3f3f78 |
SJIS-WIN | 髯ス蜥、遨ゥx | 11101001100110011011110111100101100100101010010011100111101010011010100101111000 | e999bde592a4e7a9a978 |
EUC-JP | 髯ス蜥、遨ゥx | 11110001111110011000111010111101111010011111001010001110101001001110111010101011100011101010100101111000 | f1f98ebde9f28ea4eeab8ea978 |
UTF-8 | 髯ス蜥、遨ゥx | 11101001101010111010111111101111101111011011110111101000100111001010010111101111101111011010010011101001100000011010100011101111101111011010100101111000 | e9abafefbdbde89ca5efbda4e981a8efbda978 |
UHC | ??????x | 00111111001111110011111100111111001111110011111101111000 | 3f3f3f3f3f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)