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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???擘役B | 0011111100111111001111111001110110100100100101101111000001000010 | 3f3f3f9da496f042 |
EUC-JP | ???擘役B | 0011111100111111001111111101101010100110110011001111001001000010 | 3f3f3fdaa6ccf242 |
UTF-8 | 뤉톻톽擘役B | 11101011101001001000100111101101100001101011101111101101100001101011110111100110100100111001100011100101101111011011100101000010 | eba489ed86bbed86bde69398e5bdb942 |
UHC | 뤉톻톽擘役B | 1000111110111001101101111000111010110111100011111101101111111011111001101011010101000010 | 8fb9b78eb78fdbfbe6b542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)