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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???德?冀? | 001111110011111100111111111110101011101000111111100110010110001000111111 | 3f3f3ffaba3f99623f |
EUC-JP | ?????冀? | 0011111100111111001111110011111100111111110100011100001100111111 | 3f3f3f3f3fd1c33f |
UTF-8 | 쒔롐뤦德첁冀엥 | 111011001001001010010100111010111010000110010000111010111010010010100110111001011011111010110111111011001011001010000001111001011000011010000000111011001001011110100101 | ec9294eba190eba4a6e5beb7ecb281e58680ec97a5 |
UHC | 쒔롐뤦德첁冀엥 | 1011111010101101100011101101011010001111110101001101001111101100101010101000111011010000111011011011111110101000 | bead8ed68fd4d3ecaa8ed0edbfa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)