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 | ûYPûYPB | 111110110101100110000010010100001111101101011001100000100101000001000010 | fb598250fb59825042 |
SJIS-WIN | ?Y?P?Y?PB | 001111110101100100111111010100000011111101011001001111110101000001000010 | 3f593f503f593f5042 |
EUC-JP | ûY?PûY?PB | 10001111101010111110010101011001001111110101000010001111101010111110010101011001001111110101000001000010 | 8fabe5593f508fabe5593f5042 |
UTF-8 | ûYPûYPB | 11000011101110110101100111000010100000100101000011000011101110110101100111000010100000100101000001000010 | c3bb59c28250c3bb59c2825042 |
UHC | ?Y?P?Y?PB | 001111110101100100111111010100000011111101011001001111110101000001000010 | 3f593f503f593f5042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)