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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 訷咎据 | 111110111010010010011001111010011001000010011000 | fba499e99098 |
EUC-JP | 訷咎据 | 10001111110111011101010011010010111010111011111111111000 | 8fddd4d2ebbff8 |
UTF-8 | 訷咎据 | 111010001010100010110111111001011001001010001110111001101000110110101110 | e8a8b7e5928ee68dae |
UHC | ?咎据 | 0011111111001111101001001100101111011111 | 3fcfa4cbdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)