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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 紆紆?小 | 11100010111111001110001011111100001111111000111110101100 | e2fce2fc3f8fac |
EUC-JP | 紆紆?小 | 11100100111111101110010011111110001111111011111010101110 | e4fee4fe3fbeae |
UTF-8 | 紆紆쉃小 | 111001111011010010000110111001111011010010000110111011001000100110000011111001011011000010001111 | e7b486e7b486ec8983e5b08f |
UHC | 紆紆쉃小 | 1110100111100001111010011110000110011010010110001110000110110011 | e9e1e9e19a58e1b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)