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 | 隰壽囁邇 | 1110100010101100100110101110011010011010100100011110011110001110 | e8ac9ae69a91e78e |
EUC-JP | 隰壽囁邇 | 1111000010101110110101001110100011010011111100011110110111101110 | f0aed4e8d3f1edee |
UTF-8 | 隰壽囁邇 | 111010011001101010110000111001011010001110111101111001011001101110000001111010011000001010000111 | e99ab0e5a3bde59b81e98287 |
UHC | ?壽?邇 | 001111111110000111111000001111111110110011000100 | 3fe1f83fecc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)