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?? | 0011111100111111010110010011111100111111 | 3f3f593f3f |
SJIS-WIN | ?」Y?ー | 0011111110100011010110010011111110110000 | 3fa3593fb0 |
EUC-JP | ?」Y?ー | 00111111100011101010001101011001001111111000111010110000 | 3f8ea3593f8eb0 |
UTF-8 | 䵸」Y䵸ー | 11100100101101011011100011101111101111011010001101011001111001001011010110111000111011111011110110110000 | e4b5b8efbda359e4b5b8efbdb0 |
UHC | ??Y?? | 0011111100111111010110010011111100111111 | 3f3f593f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)