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 | 譚鍋粟邏 | 1110011010011101100100111110011110001000101111101110011110110100 | e69d93e788bee7b4 |
EUC-JP | 譚鍋粟邏 | 1110101111111101110001101110100110110000110000001110111010110110 | ebfdc6e9b0c0eeb6 |
UTF-8 | 譚鍋粟邏 | 111010001010110110011010111010011000110110001011111001111011001010011111111010011000001010001111 | e8ad9ae98d8be7b29fe9828f |
UHC | 譚鍋粟邏 | 1101001111001001110011101010011111100001110110001101010110100100 | d3c9cea7e1d8d5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)