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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 茉常十芟 | 1110010010011101100011111110110110001111010111001110010010001100 | e49d8fed8f5ce48c |
EUC-JP | 茉常十芟 | 1110011111111101101111101110111110111101101111011110011111101100 | e7fdbeefbdbde7ec |
UTF-8 | 茉常十芟 | 111010001000110010001001111001011011100010111000111001011000110110000001111010001000101010011111 | e88c89e5b8b8e58d81e88a9f |
UHC | 茉常十芟 | 1101100011001001110111111100100011100100101010001101111110110111 | d8c9dfc8e4a8dfb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)