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 | 鋕イ鰓エ煆璽 | 11111011110101001011001011101001110100101011010011111011010101101000111010100011 | fbd4b2e9d2b4fb568ea3 |
EUC-JP | 鋕イ鰓エ煆璽 | 1000111111100100110000001000111010110010111100101101010010001110101101001000111111001001111101001011110010100101 | 8fe4c08eb2f2d48eb48fc9f4bca5 |
UTF-8 | 鋕イ鰓エ煆璽 | 111010011000101110010101111011111011110110110010111010011011000010010011111011111011110110110100111001111000010110000110111001111001001010111101 | e98b95efbdb2e9b093efbdb4e78586e792bd |
UHC | ?????璽 | 00111111001111110011111100111111001111111101111111011110 | 3f3f3f3f3fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)