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 | 紆泄譽? | 11100010111111001001111110010101111001101010001100111111 | e2fc9f95e6a33f |
EUC-JP | 紆泄譽? | 11100100111111101101110111110101111011001010010100111111 | e4feddf5eca53f |
UTF-8 | 紆泄譽뾸 | 111001111011010010000110111001101011001110000100111010001010110110111101111010111011111010111000 | e7b486e6b384e8adbdebbeb8 |
UHC | 紆泄譽뾸 | 1110100111100001111000001101110011100111111000101001011101111010 | e9e1e0dce7e2977a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)