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 | ???德?捲 | 0011111100111111001111111111101010111010001111111000110010011110 | 3f3f3ffaba3f8c9e |
EUC-JP | ?????捲 | 00111111001111110011111100111111001111111011011111111110 | 3f3f3f3f3fb7fe |
UTF-8 | 쑹롆뤦德첁捲 | 111011001001000110111001111010111010000110000110111010111010010010100110111001011011111010110111111011001011001010000001111001101000110110110010 | ec91b9eba186eba4a6e5beb7ecb281e68db2 |
UHC | 쑹롆뤦德첁捲 | 101111101010101110001110110011001000111111010100110100111110110010101010100011101100111111101100 | beab8ecc8fd4d3ecaa8ecfec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)