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 | ?的?德榧拔 | 00111111100100110100100100111111111110101011101010011110110100001001110101010101 | 3f93493ffaba9ed09d55 |
EUC-JP | ?的??榧拔 | 001111111100010110101010001111110011111111011100110100101101100110110110 | 3fc5aa3f3fdcd2d9b6 |
UTF-8 | 야的뤦德榧拔 | 111011001001010110111100111001111001101010000100111010111010010010100110111001011011111010110111111001101010011010100111111001101000101110010100 | ec95bce79a84eba4a6e5beb7e6a6a7e68b94 |
UHC | 야的뤦德榧拔 | 101111101101111111101110110111001000111111010100110100111110110011011101111011101101101011111011 | bedfeedc8fd4d3ecddeedafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)