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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 橈??靭? | 10011110111101000011111100111111100100000111100000111111 | 9ef43f3f90783f |
EUC-JP | 橈??靭? | 11011100111101100011111100111111101111111101100100111111 | dcf63f3fbfd93f |
UTF-8 | 橈썹킄靭퀯 | 111001101010100110001000111011001000110110111001111011011000001010000100111010011001110110101101111011011000000010101111 | e6a988ec8db9ed8284e99daded80af |
UHC | 橈썹킄靭퀯 | 11101000111110101011110111100111101101001001000011101100111001011011010001000010 | e8fabde7b490ece5b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)