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 | 烏l?唯?? | 100010010100011110000010100011000011111110010111010000100011111100111111 | 8947828c3f97423f3f |
EUC-JP | 烏l?唯?? | 101100011010100010100011111011000011111111001101101000110011111100111111 | b1a8a3ec3fcda33f3f |
UTF-8 | 烏l빘唯딉쭔 | 111001111000001110001111111011111011110110001100111010111011100110011000111001011001010010101111111010111001010010001001111011001010110110010100 | e7838fefbd8cebb998e594afeb9489ecad94 |
UHC | 烏l빘唯딉쭔 | 111010001010000110100011111011001001010110111001111010101110011010001010111011111010011110001100 | e8a1a3ec95b9eae68aefa78c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)