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 | ????鬱?? | 0011111100111111001111110011111110011111010101000011111100111111 | 3f3f3f3f9f543f3f |
EUC-JP | ????鬱?? | 0011111100111111001111110011111111011101101101010011111100111111 | 3f3f3f3fddb53f3f |
UTF-8 | 뤯헤띠냅鬱깆킂 | 111010111010010010101111111011011001011110100100111010111001110110100000111010111000001110000101111010011010110010110001111010101011100110000110111011011000001010000010 | eba4afed97a4eb9da0eb8385e9acb1eab986ed8282 |
UHC | 뤯헤띠냅鬱깆킂 | 1000111111011101110001111110110010110110111011001011001111000000111010101010011010110001111011001011010010001110 | 8fddc7ecb6ecb3c0eaa6b1ecb48e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)