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 | 藪縁充 | 111001010100110110001001100011111000111101011011 | e54d898f8f5b |
EUC-JP | 藪縁充 | 111010011010111010110001111011111011110110111100 | e9aeb1efbdbc |
UTF-8 | 藪縁充 | 111010001001011110101010111001111011100010000001111001011000010110000101 | e897aae7b881e58585 |
UHC | 藪?充 | 1110001010111111001111111111010111110110 | e2bf3ff5f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)