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 | 搖??唯?? | 1001110110001010001111110011111110010111010000100011111100111111 | 9d8a3f3f97423f3f |
EUC-JP | 搖??唯?? | 1101100111101010001111110011111111001101101000110011111100111111 | d9ea3f3fcda33f3f |
UTF-8 | 搖삳돆唯딉쭓 | 111001101001000010010110111011001000001010110011111010111000111110000110111001011001010010101111111010111001010010001001111011001010110110010011 | e69096ec82b3eb8f86e594afeb9489ecad93 |
UHC | 搖삳돆唯딉쭓 | 111010001111010010111011111010111000100110010111111010101110011010001010111011111010011110001011 | e8f4bbeb8997eae68aefa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)