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 | 運莎???? | 1000100101011110111001001011001100111111001111110011111100111111 | 895ee4b33f3f3f3f |
EUC-JP | 運莎???? | 1011000110111111111010001011010100111111001111110011111100111111 | b1bfe8b53f3f3f3f |
UTF-8 | 運莎렗뀌렱렲 | 111010011000000110001011111010001000111010001110111010111010000010010111111010111000000010001100111010111010000010110001111010111010000010110010 | e9818be88e8eeba097eb808ceba0b1eba0b2 |
UHC | 運莎렗뀌렱렲 | 111010101010000111011110111011011000111010101100101100101110111010001110101111101000111010111111 | eaa1deed8eacb2ee8ebe8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)