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 | ?貳骰貍 | 00111111111001101100011011101001100011011110011010111100 | 3fe6c6e98de6bc |
EUC-JP | 錜貳骰貍 | 100011111110010011011010111011001100100011110001111011011110110010111110 | 8fe4daecc8f1edecbe |
UTF-8 | 錜貳骰貍 | 111010011000110010011100111010001011001010110011111010011010101010110000111010001011001010001101 | e98c9ce8b2b3e9aab0e8b28d |
UHC | ?貳?? | 0011111111101100110000110011111100111111 | 3fecc33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)