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 | 羶駈修蔗э讐 | 111000111011110110001011111011011000111101000011111001001111001010000100100011111000111101010001 | e3bd8bed8f43e4f2848f8f51 |
EUC-JP | 羶駈修蔗э讐 | 111001101011111110110110111011111011110110100100111010001111010010100111111011111011110110110010 | e6bfb6efbda4e8f4a7efbdb2 |
UTF-8 | 羶駈修蔗э讐 | 1110011110111110101101101110100110100111100010001110010010111111101011101110100010010100100101111101000110001101111010001010111010010000 | e7beb6e9a788e4bfaee89497d18de8ae90 |
UHC | ??修蔗э讐 | 00111111001111111110000111110011111011011011110110101100111011111110001011000010 | 3f3fe1f3edbdacefe2c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)