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 | ヨ胄ニ | 111100101111000011010110111000111111001011000110 | f2f0d6e3f2c6 |
EUC-JP | ?ヨ胄ニ | 00111111100011101101011011100110111101001000111011000110 | 3f8ed6e6f48ec6 |
UTF-8 | ヨ胄ニ | 111011101000100010100111111011111011111010010110111010001000001110000100111011111011111010000110 | ee88a7efbe96e88384efbe86 |
UHC | ??胄? | 0011111100111111111100011011000000111111 | 3f3ff1b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)