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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?暖r? | 001111111001001001100111100000101001001000111111 | 3f926782923f |
EUC-JP | ?暖r? | 001111111100001111001000101000111111001000111111 | 3fc3c8a3f23f |
UTF-8 | 뤒暖r嬅 | 111010111010010010010010111001101001101010010110111011111011110110010010111001011010110010000101 | eba492e69a96efbd92e5ac85 |
UHC | 뤒暖r嬅 | 1000111111000010110100011110110010100011111100101111101111111011 | 8fc2d1eca3f2fbfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)