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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?悸?悸B | 00111111100111001010011100111111100111001010011101000010 | 3f9ca73f9ca742 |
EUC-JP | ?悸?悸B | 00111111110110001010100100111111110110001010100101000010 | 3fd8a93fd8a942 |
UTF-8 | 룴悸룴悸B | 11101011101000111011010011100110100000101011100011101011101000111011010011100110100000101011100001000010 | eba3b4e682b8eba3b4e682b842 |
UHC | 룴悸룴悸B | 100011111010100111001100111110111000111110101001110011001111101101000010 | 8fa9ccfb8fa9ccfb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)