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 | 畢療ぐ? | 10010101010011001001011111000011100000101010111000111111 | 954c97c382ae3f |
EUC-JP | 畢療ぐ? | 11001001101011011100111011000101101001001011000000111111 | c9adcec5a4b03f |
UTF-8 | 畢療ぐ렰 | 111001111001010110100010111001111001100110000010111000111000000110010000111010111010000010110000 | e795a2e79982e38190eba0b0 |
UHC | 畢療ぐ렰 | 1111100110110100110101101111101110101010101100001000111010111101 | f9b4d6fbaab08ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)