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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 慂?????? | 1001110011001000001111110011111100111111001111110011111100111111 | 9cc83f3f3f3f3f3f |
EUC-JP | 慂????ʼn? | 11011000110010100011111100111111001111110011111110001111101010011100101000111111 | d8ca3f3f3f3f8fa9ca3f |
UTF-8 | 慂딆웾溜곕ʼn溜 | 1110011010000101100000101110101110010100100001101110110010011011101111101110111110100111100010111110101010110011100101011100010110001001111011111010011110001011 | e68582eb9486ec9bbeefa78beab395c589efa78b |
UHC | 慂딆웾溜곕ʼn溜 | 1110100110111101100010101110110010011111100010011110101011111110101100001110101110101001101100001110101011111110 | e9bd8aec9f89eafeb0eba9b0eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)