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 | 搖??媛?? | 1001110110001010001111110011111110010101010100010011111100111111 | 9d8a3f3f95513f3f |
EUC-JP | 搖??媛?? | 1101100111101010001111110011111111001001101100100011111100111111 | d9ea3f3fc9b23f3f |
UTF-8 | 搖삳빑媛섊눒 | 111001101001000010010110111011001000001010110011111010111011100110010001111001011010101010011011111011001000010010001010111010111000100010010010 | e69096ec82b3ebb991e5aa9bec848aeb8892 |
UHC | 搖삳빑媛섊눒 | 111010001111010010111011111010111001010110110101111010101011000010011000111001111000011110101110 | e8f4bbeb95b5eab098e787ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)