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 | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
SJIS-WIN | ??ご???P | 0011111100111111100000101011001000111111001111110011111101010000 | 3f3f82b23f3f3f50 |
EUC-JP | ??ご???P | 0011111100111111101001001011010000111111001111110011111101010000 | 3f3fa4b43f3f3f50 |
UTF-8 | 룶즽ご룵殺◐P | 11101011101000111011011011101100101001101011110111100011100000011001010011101011101000111011010111101111101001011011000011100010100101111001000001010000 | eba3b6eca6bde38194eba3b5efa5b0e2979050 |
UHC | 룶즽ご룵殺◐P | 10001111101010111010001110001111101010101011010010001111101010101110000111101101101000101100010001010000 | 8faba38faab48faae1eda2c450 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)