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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 郤随醜 | 111001111011101010010000100011111000111101011000 | e7ba908f8f58 |
EUC-JP | 郤随醜 | 111011101011110010111111111011111011110110111001 | eebcbfefbdb9 |
UTF-8 | 郤随醜 | 111010011000001110100100111010011001101010001111111010011000011010011100 | e983a4e99a8fe9869c |
UHC | ??醜 | 00111111001111111111010111011101 | 3f3ff5dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)