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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 擾??乙?? | 1000111111101111001111110011111110001001101100110011111100111111 | 8fef3f3f89b33f3f |
EUC-JP | 擾??乙?? | 1011111011110001001111110011111110110010101101010011111100111111 | bef13f3fb2b53f3f |
UTF-8 | 擾용뀈乙숋쭓 | 111001101001001110111110111011001001101010101001111010111000000010001000111001001011100110011001111011001000100010001011111011001010110110010011 | e693beec9aa9eb8088e4b999ec888becad93 |
UHC | 擾용뀈乙숋쭓 | 111010001111011010111111111010111000010110000100111010111110000010011001111011111010011110001011 | e8f6bfeb8584ebe099efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)