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 | ???二?Ⅷ | 0011111100111111001111111001001111110001001111111000011101011011 | 3f3f3f93f13f875b |
EUC-JP | ???二?? | 00111111001111110011111111000110111100110011111100111111 | 3f3f3fc6f33f3f |
UTF-8 | 琉띄룺二녹Ⅷ | 111011111010011110001100111010111001110110000100111010111010001110111010111001001011101010001100111010111000010110111001111000101000010110100111 | efa78ceb9d84eba3bae4ba8ceb85b9e285a7 |
UHC | 琉띄룺二녹Ⅷ | 111010111010010010110110111001111000111110101101111011001010001110110011111011001010010110110111 | eba4b6e78fadeca3b3eca5b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)