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 | 趙丞ウ | 1110011011100010100011111110010110110011 | e6e28fe5b3 |
EUC-JP | 趙丞ウ | 111011001110010010111110111001111000111010110011 | ece4bee78eb3 |
UTF-8 | 趙丞ウ | 111010001011011010011001111001001011100010011110111011111011110110110011 | e8b699e4b89eefbdb3 |
UHC | 趙丞? | 1111000011100001111000111010101000111111 | f0e1e3aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)