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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 紆?偕?琥? | 111000101111110000111111100110001111000100111111111000001110011000111111 | e2fc3f98f13fe0e63f |
EUC-JP | 紆?偕?琥? | 111001001111111000111111110100001111001100111111111000001110100000111111 | e4fe3fd0f33fe0e83f |
UTF-8 | 紆렡偕렱琥렓 | 111001111011010010000110111010111010000010100001111001011000000110010101111010111010000010110001111001111001000010100101111010111010000010010011 | e7b486eba0a1e58195eba0b1e790a5eba093 |
UHC | 紆렡偕렱琥렓 | 111010011110000110001110101100101111101010100101100011101011111011111011110100001000111010101000 | e9e18eb2faa58ebefbd08ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)