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 | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
SJIS-WIN | ?納???ュY | 001111111001010001011011001111110011111100111111100000111000010101011001 | 3f945b3f3f3f838559 |
EUC-JP | ?納鋌??ュY | 0011111111000111101111001000111111100100101110110011111100111111101001011110010101011001 | 3fc7bc8fe4bb3f3fa5e559 |
UTF-8 | 룶納鋌룫혧ュY | 11101011101000111011011011100111101101001000110111101001100010111000110011101011101000111010101111101101100110001010011111100011100000111010010101011001 | eba3b6e7b48de98b8ceba3abed98a7e383a559 |
UHC | 룶納鋌룫혧ュY | 10001111101010111101001010100001111011111111101110001111101000101100001010001111101010111110010101011001 | 8fabd2a1effb8fa2c28fabe559 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)