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 | 遲誤晴繹 | 1110011110101101100011001110101110010000101100001110001110001000 | e7ad8ceb90b0e388 |
EUC-JP | 遲誤晴繹 | 1110111010101111101110001110110111000000101100101110010111101000 | eeafb8edc0b2e5e8 |
UTF-8 | 遲誤晴繹 | 111010011000000110110010111010001010101010100100111001101001100110110100111001111011100110111001 | e981b2e8aaa4e699b4e7b9b9 |
UHC | 遲誤晴繹 | 1111001011000000111010001010011011110100111001111110011010111010 | f2c0e8a6f4e7e6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)