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 | ???德?懶 | 0011111100111111001111111111101010111010001111111001110011101111 | 3f3f3ffaba3f9cef |
EUC-JP | ?????懶 | 00111111001111110011111100111111001111111101100011110001 | 3f3f3f3f3fd8f1 |
UTF-8 | 않롐뤦德헤懶 | 111011001001010110001010111010111010000110010000111010111010010010100110111001011011111010110111111011011001011110100100111001101000011110110110 | ec958aeba190eba4a6e5beb7ed97a4e687b6 |
UHC | 않롐뤦德헤懶 | 101111101100101010001110110101101000111111010100110100111110110011000111111011001101010011111011 | beca8ed68fd4d3ecc7ecd4fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)