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 | ?k?Y?k | 001111110110101100111111010110010011111101101011 | 3f6b3f593f6b |
SJIS-WIN | 矗k矗Y矗k | 111000011101111001101011111000011101111001011001111000011101111001101011 | e1de6be1de59e1de6b |
EUC-JP | 矗k矗Y矗k | 111000101110000001101011111000101110000001011001111000101110000001101011 | e2e06be2e059e2e06b |
UTF-8 | 矗k矗Y矗k | 111001111001111110010111011010111110011110011111100101110101100111100111100111111001011101101011 | e79f976be79f9759e79f976b |
UHC | 矗k矗Y矗k | 111101011011100001101011111101011011100001011001111101011011100001101011 | f5b86bf5b859f5b86b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)