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 | ??C???? | 00111111001111110100001100111111001111110011111100111111 | 3f3f433f3f3f3f |
SJIS-WIN | ??C???? | 00111111001111110100001100111111001111110011111100111111 | 3f3f433f3f3f3f |
EUC-JP | ??C???? | 00111111001111110100001100111111001111110011111100111111 | 3f3f433f3f3f3f |
UTF-8 | 렻렍C렺┙걜랴 | 11101011101000001011101111101011101000001000110101000011111010111010000010111010111000101001010010011001111010101011000110011100111010111001111010110100 | eba0bbeba08d43eba0bae29499eab19ceb9eb4 |
UHC | 렻렍C렺┙걜랴 | 10001110110000111000111010100011010000111000111011000010101001101100010010110000110001001011011110101010 | 8ec38ea3438ec2a6c4b0c4b7aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)