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 | ???德?權 | 0011111100111111001111111111101010111010001111111001111011011100 | 3f3f3ffaba3f9edc |
EUC-JP | ?????權 | 00111111001111110011111100111111001111111101110011011110 | 3f3f3f3f3fdcde |
UTF-8 | 쒔롉뤦德쳩權 | 111011001001001010010100111010111010000110001001111010111010010010100110111001011011111010110111111011001011001110101001111001101010110010001010 | ec9294eba189eba4a6e5beb7ecb3a9e6ac8a |
UHC | 쒔롉뤦德쳩權 | 101111101010110110001110110011111000111111010100110100111110110010101011100011101100111111101101 | bead8ecf8fd4d3ecab8ecfed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)