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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 丈ロ | 1111000010101111100011111110010011011011 | f0af8fe4db |
EUC-JP | ?丈ロ | 0011111110111110111001101000111011011011 | 3fbee68edb |
UTF-8 | 丈ロ | 111011101000000110101110111001001011100010001000111011111011111010011011 | ee81aee4b888efbe9b |
UHC | ?丈? | 00111111111011011101101100111111 | 3feddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)