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 | ???幼?Ⅵ | 0011111100111111001111111001011101100011001111111000011101011001 | 3f3f3f97633f8759 |
EUC-JP | ???幼?? | 00111111001111110011111111001101110001000011111100111111 | 3f3f3fcdc43f3f |
UTF-8 | 凉깅쪇幼롳Ⅵ | 111011111010010110111001111010101011100110000101111011001010101010000111111001011011100110111100111010111010000110110011111000101000010110100101 | efa5b9eab985ecaa87e5b9bceba1b3e285a5 |
UHC | 凉깅쪇幼롳Ⅵ | 111001011011110010110001111010111010010110000001111010101110101010001110111011111010010110110101 | e5bcb1eba581eaea8eefa5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)