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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | ?悠ュY | 001111111001011101001001100000111000010101011001 | 3f9749838559 |
EUC-JP | ?悠ュY | 001111111100110110101010101001011110010101011001 | 3fcdaaa5e559 |
UTF-8 | 룫悠ュY | 11101011101000111010101111100110100000101010000011100011100000111010010101011001 | eba3abe682a0e383a559 |
UHC | 룫悠ュY | 10001111101000101110101011101101101010111110010101011001 | 8fa2eaedabe559 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)