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 | 邵」譚鍋 | 11100111101110001010001111100110100111011001001111100111 | e7b8a3e69d93e7 |
EUC-JP | 邵」譚鍋 | 1110111010111010100011101010001111101011111111011100011011101001 | eeba8ea3ebfdc6e9 |
UTF-8 | 邵」譚鍋 | 111010011000001010110101111011111011110110100011111010001010110110011010111010011000110110001011 | e982b5efbda3e8ad9ae98d8b |
UHC | 邵?譚鍋 | 11100001110100000011111111010011110010011100111010100111 | e1d03fd3c9cea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)