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 | 褻暮脅雉 | 1110010111110110100101011110100110001011101110101110100010110011 | e5f695e98bbae8b3 |
EUC-JP | 褻暮脅雉 | 1110101011111000110010101110101110110110101111001111000010110101 | eaf8caebb6bcf0b5 |
UTF-8 | 褻暮脅雉 | 111010001010010010111011111001101001101010101110111010001000010010000101111010011001101110001001 | e8a4bbe69aaee88485e99b89 |
UHC | 褻暮脅雉 | 1110000011100001110110011011101011111010111101101111011011001011 | e0e1d9bafaf6f6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)