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 | 00111111100010100111011000111111100010100111011001000010 | 3f8a763f8a7642 |
EUC-JP | ?革?革B | 00111111101100111101011100111111101100111101011101000010 | 3fb3d73fb3d742 |
UTF-8 | 뤓革뤓革B | 11101011101001001001001111101001100111011010100111101011101001001001001111101001100111011010100101000010 | eba493e99da9eba493e99da942 |
UHC | 뤓革뤓革B | 100011111100001111111010110101001000111111000011111110101101010001000010 | 8fc3fad48fc3fad442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)