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???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-WIN | ー」Yー」bE | 1111001111101110101100001010001101011001111100111110111010110000101000110110001001000101 | f3eeb0a359f3eeb0a36245 |
EUC-JP | ?ー」Y?ー」bE | 00111111100011101011000010001110101000110101100100111111100011101011000010001110101000110110001001000101 | 3f8eb08ea3593f8eb08ea36245 |
UTF-8 | ー」Yー」bE | 111011101000101110100001111011111011110110110000111011111011110110100011010110011110111010001011101000011110111110111101101100001110111110111101101000110110001001000101 | ee8ba1efbdb0efbda359ee8ba1efbdb0efbda36245 |
UHC | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)