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 | 沚伎呂有 | 1001111110001101100010101110101010011000010000111001011101001100 | 9f8d8aea9843974c |
EUC-JP | 沚伎呂有 | 1101110111101101101101001110110011001111101001001100110110101101 | ddedb4eccfa4cdad |
UTF-8 | 沚伎呂有 | 111001101011001010011010111001001011110010001110111001011001000110000010111001101001110010001001 | e6b29ae4bc8ee59182e69c89 |
UHC | 沚伎呂有 | 1111001010101111110100001110101111010101111001011110101011110011 | f2afd0ebd5e5eaf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)