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 | ???幼?? | 00111111001111110011111110010111011000110011111100111111 | 3f3f3f97633f3f |
EUC-JP | ???幼?? | 00111111001111110011111111001101110001000011111100111111 | 3f3f3fcdc43f3f |
UTF-8 | 琉띤뱿幼붺ㄺ | 111011111010011110001100111010111001110110100100111010111011000110111111111001011011100110111100111010111011011010111010111000111000010010111010 | efa78ceb9da4ebb1bfe5b9bcebb6bae384ba |
UHC | 琉띤뱿幼붺ㄺ | 111010111010010010110110111011011001001110100101111010101110101010010100111001111010010010101010 | eba4b6ed93a5eaea94e7a4aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)