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 | ???德?悸 | 0011111100111111001111111111101010111010001111111001110010100111 | 3f3f3ffaba3f9ca7 |
EUC-JP | ?????悸 | 00111111001111110011111100111111001111111101100010101001 | 3f3f3f3f3fd8a9 |
UTF-8 | 쒀롈뤦德첁悸 | 111011001001001010000000111010111010000110001000111010111010010010100110111001011011111010110111111011001011001010000001111001101000001010111000 | ec9280eba188eba4a6e5beb7ecb281e682b8 |
UHC | 쒀롈뤦德첁悸 | 101111101010110010001110110011101000111111010100110100111110110010101010100011101100110011111011 | beac8ece8fd4d3ecaa8eccfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)