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 | ??????R | 00111111001111110011111100111111001111110011111101010010 | 3f3f3f3f3f3f52 |
SJIS-WIN | ?純???ゅR | 001111111000111110000011001111110011111100111111100000101110001101010010 | 3f8f833f3f3f82e352 |
EUC-JP | ?純???ゅR | 001111111011110111100011001111110011111100111111101001001110010101010010 | 3fbde33f3f3fa4e552 |
UTF-8 | 룵純㈐룫혧ゅR | 11101011101000111011010111100111101101001001010011100011100010001001000011101011101000111010101111101101100110001010011111100011100000101000010101010010 | eba3b5e7b494e38890eba3abed98a7e3828552 |
UHC | 룵純㈐룫혧ゅR | 10001111101010101110001011101101101010011100000110001111101000101100001010001111101010101110010101010010 | 8faae2eda9c18fa2c28faae552 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)