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 | 雅??幼 | 100010011110101100111111001111111001011101100011 | 89eb3f3f9763 |
EUC-JP | 雅??幼 | 101100101110110100111111001111111100110111000100 | b2ed3f3fcdc4 |
UTF-8 | 雅ⓥ넀幼 | 111010011001101110000101111000101001001110100101111010111000010010000000111001011011100110111100 | e99b85e293a5eb8480e5b9bc |
UHC | 雅ⓥ넀幼 | 1110010010111010101010001110001010000110100100001110101011101010 | e4baa8e28690eaea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)