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 | ??ュ?健? | 0011111100111111100000111000010100111111100011001001001000111111 | 3f3f83853f8c923f |
EUC-JP | ??ュ?健? | 0011111100111111101001011110010100111111101101111111001000111111 | 3f3fa5e53fb7f23f |
UTF-8 | 룵卽ュ룴健◈ | 111010111010001110110101111001011000110110111101111000111000001110100101111010111010001110110100111001011000000110100101111000101001011110001000 | eba3b5e58dbde383a5eba3b4e581a5e29788 |
UHC | 룵卽ュ룴健◈ | 100011111010101011110001111011011010101111100101100011111010100111001011111011011010001011000010 | 8faaf1edabe58fa9cbeda2c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)