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 | ????菖?? | 0011111100111111001111110011111110001111110100100011111100111111 | 3f3f3f3f8fd23f3f |
EUC-JP | ????菖?? | 0011111100111111001111110011111110111110110101000011111100111111 | 3f3f3f3fbed43f3f |
UTF-8 | 렱렖셥양菖렔셍 | 111010111010000010110001111010111010000010010110111011001000010110100101111011001001011010010001111010001000111110010110111010111010000010010100111011001000010110001101 | eba0b1eba096ec85a5ec9691e88f96eba094ec858d |
UHC | 렱렖셥양菖렔셍 | 1000111010111110100011101010101110111100110010101011111011100111111100111110111010001110101010011011110011000100 | 8ebe8eabbccabee7f3ee8ea9bcc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)