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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 紆?h紆? | 11100010111111000011111101101000111000101111110000111111 | e2fc3f68e2fc3f |
EUC-JP | 紆?h紆? | 11100100111111100011111101101000111001001111111000111111 | e4fe3f68e4fe3f |
UTF-8 | 紆쉃h紆쉃 | 11100111101101001000011011101100100010011000001101101000111001111011010010000110111011001000100110000011 | e7b486ec898368e7b486ec8983 |
UHC | 紆쉃h紆쉃 | 111010011110000110011010010110000110100011101001111000011001101001011000 | e9e19a5868e9e19a58 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)