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 | 脛゙ | 1110001111111000110111101111011101011100 | e3f8def75c |
EUC-JP | 脛゙? | 1110011011111010100011101101111000111111 | e6fa8ede3f |
UTF-8 | 脛゙ | 111010001000010010011011111011111011111010011110111011101001010110000000 | e8849befbe9eee9580 |
UHC | 脛?? | 11001100111010110011111100111111 | cceb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)