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 | 率??歪?? | 1001011110100110001111110011111110011000011000110011111100111111 | 97a63f3f98633f3f |
EUC-JP | 率??歪?? | 1100111010101000001111110011111111001111110001000011111100111111 | cea83f3fcfc43f3f |
UTF-8 | 率뤄풒歪뉛쉽 | 111001111000111010000111111010111010010010000100111011011001001010010010111001101010110110101010111010111000100110011011111011001000100110111101 | e78e87eba484ed9292e6adaaeb899bec89bd |
UHC | 率뤄풒歪뉛쉽 | 111000011110001110110111111011111011111010010110111010001110000010000111111011111011110110110001 | e1e3b7efbe96e8e087efbdb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)