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 | ??E????? | 0011111100111111010001010011111100111111001111110011111100111111 | 3f3f453f3f3f3f3f |
SJIS-WIN | ??E????? | 0011111100111111010001010011111100111111001111110011111100111111 | 3f3f453f3f3f3f3f |
EUC-JP | ??E????? | 0011111100111111010001010011111100111111001111110011111100111111 | 3f3f453f3f3f3f3f |
UTF-8 | 렻렓E렺맣늙꼼렭 | 11101011101000001011101111101011101000001001001101000101111010111010000010111010111010111010011110100011111010111000101010011001111010101011110010111100111010111010000010101101 | eba0bbeba09345eba0baeba7a3eb8a99eabcbceba0ad |
UHC | 렻렓E렺맣늙꼼렭 | 100011101100001110001110101010000100010110001110110000101011100011000100101101001100010010110010110001001000111010111010 | 8ec38ea8458ec2b8c4b4c4b2c48eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)